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 8ba4e36 commit 2c925abCopy full SHA for 2c925ab
.github/workflows/main.yml
@@ -324,7 +324,7 @@ jobs:
324
# Create lcov report
325
# capture coverage info
326
vers="${CC#*-}"
327
- 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} --ignore-errors mismatch
328
lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' ${{ github.workspace }}'/llvm-project/*' ${{ github.workspace }}'/unittests/*' --output-file coverage.info
329
# output coverage data for debugging (optional)
330
lcov --list coverage.info
0 commit comments