File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments