Skip to content

Commit 5df9834

Browse files
committed
ci: enable permissive coverage consistency check
1 parent a805e12 commit 5df9834

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
clang: ubuntu:24.04
5050
build-types: |
5151
gcc: Release
52+
gcc Coverage: Release
5253
clang: Release
5354
apple-clang: Release
5455
msvc: RelWithDebInfo
@@ -445,7 +446,7 @@ jobs:
445446
for dir in "./build"; do
446447
# Generate reports
447448
echo "Generate report: $dir"
448-
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 --gcov-tool "$gcov_tool" --directory "$dir" --capture --output-file "$dir/all.info" --ignore-errors inconsistent
449450
lcov --rc lcov_branch_coverage=0 --list "$dir/all.info"
450451
451452
# Upload to codecov

0 commit comments

Comments
 (0)