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 6dfda2b commit 5f8fa30Copy full SHA for 5f8fa30
.github/workflows/coverage.yml
@@ -71,7 +71,8 @@ jobs:
71
- name: Convert to json for coveralls
72
if: always()
73
run: >
74
- gcovr --coveralls coveralls.json
75
- --root .
76
- --object-directory build
77
- --exclude deps
+ gcovr --coveralls coveralls.json \
+ --root . \
+ --object-directory build \
+ --exclude deps \
78
+ --gcov-ignore-errors=no_working_dir_found,unrecognized
0 commit comments