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