Skip to content

Commit 8d87101

Browse files
fix(coverage): ignore mismatch errors from gcov
1 parent ed10c3b commit 8d87101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/coverage-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434
lcov --capture --directory "$BUILD_DIR" \
3535
--output-file "$COVERAGE_DIR/coverage.info" \
3636
--gcov-tool "$GCOV_TOOL" \
37-
--ignore-errors inconsistent,format \
37+
--ignore-errors inconsistent,format,mismatch \
3838
--quiet
3939

4040
# Remove system and test files from coverage

0 commit comments

Comments
 (0)