Skip to content

Commit 49efaff

Browse files
committed
gcovr
1 parent a347c08 commit 49efaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: test
5252
run: make config=gcov test
5353
- name: generate coverage report
54-
run: pipx run gcovr --gcov-ignore-parse-errors --exclude-throw-branches --filter src/ --cobertura > cobertura.xml
54+
run: pipx run gcovr --exclude-throw-branches --filter src/ --cobertura > cobertura.xml
5555
- name: upload coverage report to artifacts
5656
uses: actions/upload-artifact@v4
5757
with:

0 commit comments

Comments
 (0)