We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a347c08 commit 49efaffCopy full SHA for 49efaff
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: test
52
run: make config=gcov test
53
- name: generate coverage report
54
- run: pipx run gcovr --gcov-ignore-parse-errors --exclude-throw-branches --filter src/ --cobertura > cobertura.xml
+ run: pipx run gcovr --exclude-throw-branches --filter src/ --cobertura > cobertura.xml
55
- name: upload coverage report to artifacts
56
uses: actions/upload-artifact@v4
57
with:
0 commit comments