Skip to content

Commit 36ef735

Browse files
committed
ci: disable check_data_consistancy when generating coverage reports
This works around a post-merge-only CI failure.
1 parent a805e12 commit 36ef735

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
@@ -446,7 +446,7 @@ jobs:
446446
# Generate reports
447447
echo "Generate report: $dir"
448448
lcov --rc lcov_branch_coverage=0 --gcov-tool "$gcov_tool" --directory "$dir" --capture --output-file "$dir/all.info"
449-
lcov --rc lcov_branch_coverage=0 --list "$dir/all.info"
449+
lcov --rc lcov_branch_coverage=0 --ignore-errors inconsistent --list "$dir/all.info"
450450
451451
# Upload to codecov
452452
echo "Upload to codecov: $dir"

0 commit comments

Comments
 (0)