Skip to content

Commit b02dd6f

Browse files
committed
Silence new geninfo warnings from lcov report
1 parent f206e9d commit b02dd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ jobs:
934934
# Create lcov report
935935
# capture coverage info
936936
vers="${CC#*-}"
937-
lcov --directory build/ --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-${vers}
937+
lcov --directory build/ --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-${vers} --rc geninfo_unexecuted_blocks=1 --ignore-errors mismatch,mismatch
938938
lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' ${{ github.workspace }}'/llvm-project/*' ${{ github.workspace }}'/unittests/*' --output-file coverage.info
939939
# output coverage data for debugging (optional)
940940
lcov --list coverage.info

0 commit comments

Comments
 (0)