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 3515a3e commit 7dfd210Copy full SHA for 7dfd210
.github/workflows/build.yml
@@ -119,7 +119,7 @@ jobs:
119
run: |
120
cd build
121
lcov --keep-going --directory . --capture --output-file coverage.info
122
- lcov --remove coverage.info '*/test/*' '*/include/*' -o coverage.info
+ lcov --remove coverage.info '*/test/*' -o coverage.info
123
cd ..
124
gcovr -e test -e examples --sonarqube -u -o coverage.xml --exclude-throw-branches \
125
--gcov-ignore-parse-errors --exclude-unreachable-branches
0 commit comments