Skip to content

Commit

Permalink
filter out coverage of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Sep 24, 2024
1 parent da56bc0 commit 5c33804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: test
run: make config=gcov test
- name: generate coverage report
run: pipx run gcovr --gcov-ignore-parse-errors --exclude-throw-branches --filter src/ --cobertura > cobertura.xml
run: pipx run gcovr --gcov-ignore-parse-errors --exclude-throw-branches --filter $(pwd)/src/ --cobertura > cobertura.xml
- name: upload coverage report to artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5c33804

Please sign in to comment.