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 5a784c2 commit 51efd51Copy full SHA for 51efd51
.github/workflows/ci.yml
@@ -22,10 +22,7 @@ jobs:
22
build_tests: true
23
build_coverage: true
24
25
- - name: Install LCOV
26
- run: sudo apt-get update && sudo apt-get -y install lcov
27
-
28
- - name: LCOV Minimum coverage checker
+ - name: LCOV Minimum Coverage Checker
29
uses: terencetcf/github-actions-lcov-minimum-coverage-checker@v1
30
with:
31
coverage-file: coverage.info
0 commit comments