-
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.
- Loading branch information
1 parent
d0e06c5
commit dca3ca8
Showing
1 changed file
with
5 additions
and
5 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 |
---|---|---|
|
@@ -34,15 +34,15 @@ jobs: | |
bundler-cache: true | ||
- name: Set up database schema | ||
run: bundle exec rails db:schema:load db:seed | ||
- name: Test & publish code coverage | ||
- name: Run tests | ||
run: bundle exec rake | ||
- name: Publish code coverage | ||
uses: paambaati/[email protected] | ||
env: | ||
CC_TEST_REPORTER_ID: "7b61fa9ea465e19ec3d750aafc3622cba4bf8b257d61f9ea20c46900bbe03fda" | ||
with: | ||
coverageCommand: | | ||
./cc-test-reporter before-build | ||
bundle exec rspec | ||
./cc-test-reporter after-build --coverage-input-type simplecov --exit-code $? | ||
coverageLocations: | | ||
${{github.workspace}}/coverage/.resultset.json:simplecov | ||
debug: true | ||
|
||
lint: | ||
|