Skip to content

Commit 2c925ab

Browse files
author
kr-2003
committed
mismatch ignored in codecov
1 parent 8ba4e36 commit 2c925ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ jobs:
324324
# Create lcov report
325325
# capture coverage info
326326
vers="${CC#*-}"
327-
lcov --directory build/ --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-${vers}
327+
lcov --directory build/ --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-${vers} --ignore-errors mismatch
328328
lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' ${{ github.workspace }}'/llvm-project/*' ${{ github.workspace }}'/unittests/*' --output-file coverage.info
329329
# output coverage data for debugging (optional)
330330
lcov --list coverage.info

0 commit comments

Comments
 (0)