Skip to content

Commit

Permalink
test coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
tapan-sh committed Jan 16, 2025
1 parent e18c0ab commit beaa786
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: bundle exec rspec
coverageCommand: |
bundle exec rspec
${{github.workspace}}/cc-reporter -r ${{ secrets.CC_TEST_REPORTER_ID }} upload-coverage -i coverage.total.json
coverageLocations: |
${{github.workspace}}/coverage/.resultset.json:simplecov
command:
${{github.workspace}}/cc-reporter -r ${{ secrets.CC_TEST_REPORTER_ID }} upload-coverage -i coverage.total.json

0 comments on commit beaa786

Please sign in to comment.