Skip to content

Commit 9cf8431

Browse files
Update CI script to use latest lcov (#1251)
1 parent a225fe9 commit 9cf8431

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@ jobs:
106106
echo "::endgroup::"
107107
echo -e "${{ env.bashPass }} Built Coverage Tests ${{ env.bashEnd }}"
108108
109-
wget https://github.com/linux-test-project/lcov/releases/download/v2.3.1/lcov-2.3.1.tar.gz
110-
tar -xvzf lcov-2.3.1.tar.gz
111-
./lcov-2.3.1/bin/lcov --list --rc branch_coverage=1 test/unit-test/build/coverage.info
109+
lcov --summary --rc lcov_branch_coverage=1 test/unit-test/build/coverage.info
112110
113111
echo -e "${{ env.bashPass }} ${{ env.stepName }} ${{ env.bashEnd }}"
114112

0 commit comments

Comments
 (0)