Skip to content

Commit ebad2f7

Browse files
mizvekovalandefreitas
authored andcommitted
ci: disable check_data_consistancy when generating coverage reports
This works around a post-merge-only CI failure.
1 parent 5df9834 commit ebad2f7

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

0 commit comments

Comments
 (0)