File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -684,9 +684,8 @@ jobs:
684684 done
685685
686686 dir="./build"
687- lcov --rc lcov_branch_coverage=0 --gcov-tool "$gcov_tool" --directory "$dir" --capture --output-file "$dir/all.info" --ignore-errors inconsistent,negative --no-external
688- lcov --rc lcov_branch_coverage=0 --remove "$dir/all.info" "/usr/*" "/lib/*" "/opt/*" --ignore-errors unused,negative --output-file "$dir/all.info"
689- lcov --rc lcov_branch_coverage=0 --ignore-errors inconsistent,negative --list "$dir/all.info"
687+ lcov --rc branch_coverage=0 --gcov-tool "$gcov_tool" --directory "$dir" --capture --output-file "$dir/all.info" --ignore-errors inconsistent,negative
688+ lcov --rc branch_coverage=0 --ignore-errors inconsistent,negative --list "$dir/all.info"
690689 echo "file=$(realpath "$dir/all.info")" >> $GITHUB_OUTPUT
691690
692691 - name : Upload Coverage as Artifact
You can’t perform that action at this time.
0 commit comments