diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b4427cbc3..4de1ddf013 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -447,7 +447,7 @@ jobs: # Generate reports echo "Generate report: $dir" lcov --rc lcov_branch_coverage=0 --gcov-tool "$gcov_tool" --directory "$dir" --capture --output-file "$dir/all.info" --ignore-errors inconsistent - lcov --rc lcov_branch_coverage=0 --list "$dir/all.info" + lcov --rc lcov_branch_coverage=0 --ignore-errors inconsistent --list "$dir/all.info" # Upload to codecov echo "Upload to codecov: $dir"