Skip to content

Commit

Permalink
Re-enable code coverage location
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewl committed Aug 15, 2023
1 parent 857672b commit 2946140
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
uses: paambaati/[email protected]
with:
coverageLocations: |
${{github.workspace}}/coverage/.resultset.json:simplecov
publish:
needs: test
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/build-')
Expand Down

0 comments on commit 2946140

Please sign in to comment.