We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a225fe9 commit 9cf8431Copy full SHA for 9cf8431
.github/workflows/ci.yml
@@ -106,9 +106,7 @@ jobs:
106
echo "::endgroup::"
107
echo -e "${{ env.bashPass }} Built Coverage Tests ${{ env.bashEnd }}"
108
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
+ lcov --summary --rc lcov_branch_coverage=1 test/unit-test/build/coverage.info
112
113
echo -e "${{ env.bashPass }} ${{ env.stepName }} ${{ env.bashEnd }}"
114
0 commit comments