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 f206e9d commit b02dd6fCopy full SHA for b02dd6f
.github/workflows/ci.yml
@@ -934,7 +934,7 @@ jobs:
934
# Create lcov report
935
# capture coverage info
936
vers="${CC#*-}"
937
- lcov --directory build/ --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-${vers}
+ lcov --directory build/ --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-${vers} --rc geninfo_unexecuted_blocks=1 --ignore-errors mismatch,mismatch
938
lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' ${{ github.workspace }}'/llvm-project/*' ${{ github.workspace }}'/unittests/*' --output-file coverage.info
939
# output coverage data for debugging (optional)
940
lcov --list coverage.info
0 commit comments