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 5df9834 commit ebad2f7Copy full SHA for ebad2f7
.github/workflows/ci.yml
@@ -447,7 +447,7 @@ jobs:
447
# Generate reports
448
echo "Generate report: $dir"
449
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"
+ lcov --rc lcov_branch_coverage=0 --ignore-errors inconsistent --list "$dir/all.info"
451
452
# Upload to codecov
453
echo "Upload to codecov: $dir"
0 commit comments