Skip to content

Commit 3462996

Browse files
authored
ci: revert coverage changes from b103cba (#1136)
Fixes #1135
1 parent 8b2c3e9 commit 3462996

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)