Skip to content

Commit

Permalink
ci: fix cov path for CC report
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Nov 17, 2023
1 parent 349ab89 commit e95f353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageLocations: |
${{github.workspace}}/target/coverage/lcov.info:lcov
${{github.workspace}}/coverage/lcov.info:lcov
- name: Semantic Release
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit e95f353

Please sign in to comment.