Skip to content

Commit 7dfd210

Browse files
committed
fix coverage for codecov (again)
1 parent 3515a3e commit 7dfd210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: |
120120
cd build
121121
lcov --keep-going --directory . --capture --output-file coverage.info
122-
lcov --remove coverage.info '*/test/*' '*/include/*' -o coverage.info
122+
lcov --remove coverage.info '*/test/*' -o coverage.info
123123
cd ..
124124
gcovr -e test -e examples --sonarqube -u -o coverage.xml --exclude-throw-branches \
125125
--gcov-ignore-parse-errors --exclude-unreachable-branches

0 commit comments

Comments
 (0)