-
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.
Add simplecov-small-badge and add coverage report
- Loading branch information
1 parent
534e5d4
commit e43daa2
Showing
47 changed files
with
71,283 additions
and
13 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 |
---|---|---|
|
@@ -36,14 +36,6 @@ jobs: | |
run: bundle exec rails db:schema:load db:seed | ||
- name: Run tests | ||
run: bundle exec rake | ||
- name: Publish code coverage | ||
uses: paambaati/[email protected] | ||
env: | ||
CC_TEST_REPORTER_ID: "7b61fa9ea465e19ec3d750aafc3622cba4bf8b257d61f9ea20c46900bbe03fda" | ||
with: | ||
coverageLocations: | | ||
${{github.workspace}}/coverage:simplecov | ||
debug: true | ||
|
||
lint: | ||
runs-on: ubuntu-latest | ||
|
@@ -54,7 +46,6 @@ jobs: | |
uses: ruby/setup-ruby@v1 | ||
with: | ||
bundler-cache: true | ||
# Add or replace any other lints here | ||
- name: Security audit dependencies | ||
run: bundle exec rake bundle:audit:update bundle:audit:check | ||
- name: Security audit application code | ||
|
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
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
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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"result": { | ||
"line": 52.2 | ||
} | ||
} |
Oops, something went wrong.