-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update SimpleCov and Code Climate coverage configuration
- Replace JSONFormatter with built-in SimpleCov formatters - Use MultiFormatter with SimpleFormatter and HTMLFormatter - Simplify Code Climate reporter command format - Remove redundant output path specification
- Loading branch information
1 parent
0a1bc6e
commit b3e8a52
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,7 +118,7 @@ jobs: | |
chmod +x ./cc-test-reporter | ||
./cc-test-reporter before-build | ||
bundle exec rspec | ||
./cc-test-reporter format-coverage --input-type simplecov --output coverage/codeclimate.json coverage/.resultset.json | ||
./cc-test-reporter format-coverage coverage/.resultset.json --input-type simplecov | ||
./cc-test-reporter upload-coverage | ||
- uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters