We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65a8aa commit 3321c97Copy full SHA for 3321c97
1 file changed
.github/workflows/builds.yml
@@ -338,7 +338,6 @@ jobs:
338
coverage:
339
name: Code Coverage
340
runs-on: ubuntu-latest
341
- needs: build
342
permissions:
343
contents: read
344
actions: read
@@ -425,7 +424,7 @@ jobs:
425
424
gcovr build-coverage \
426
--root . \
427
--gcov-executable "${GCOV_EXECUTABLE}" \
428
- --gcov-ignore-parse-errors=warn \
+ --gcov-ignore-parse-errors=all \
429
--filter 'src/' \
430
--exclude 'src/tests/' \
431
--exclude '.*\.pb\.' \
0 commit comments