Skip to content

Commit d6bf914

Browse files
committed
ci: revert coverage changes from b103cba
Fixes #1135
1 parent 4e7ef04 commit d6bf914

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -682,9 +682,8 @@ jobs:
682682
done
683683
684684
dir="./build"
685-
lcov --rc lcov_branch_coverage=0 --gcov-tool "$gcov_tool" --directory "$dir" --capture --output-file "$dir/all.info" --ignore-errors inconsistent,negative --no-external
686-
lcov --rc lcov_branch_coverage=0 --remove "$dir/all.info" "/usr/*" "/lib/*" "/opt/*" --ignore-errors unused,negative --output-file "$dir/all.info"
687-
lcov --rc lcov_branch_coverage=0 --ignore-errors inconsistent,negative --list "$dir/all.info"
685+
lcov --rc branch_coverage=0 --gcov-tool "$gcov_tool" --directory "$dir" --capture --output-file "$dir/all.info" --ignore-errors inconsistent,negative
686+
lcov --rc branch_coverage=0 --ignore-errors inconsistent,negative --list "$dir/all.info"
688687
echo "file=$(realpath "$dir/all.info")" >> $GITHUB_OUTPUT
689688
690689
- name: Upload Coverage as Artifact
@@ -1240,4 +1239,4 @@ jobs:
12401239
uses: actions/cache@v4
12411240
with:
12421241
path: ${{ steps.rmatrix.outputs.llvm-path }}
1243-
key: ${{ matrix.llvm-archive-basename }}
1242+
key: ${{ matrix.llvm-archive-basename }}

0 commit comments

Comments
 (0)