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 4c0901b commit b897cd0Copy full SHA for b897cd0
.github/workflows/coverage.yml
@@ -34,7 +34,7 @@ jobs:
34
run: cmake --build . --target cov_data
35
36
- name: Report code coverage
37
- uses: zgosalvez/github-actions-report-lcov@v3
+ uses: zgosalvez/github-actions-report-lcov@v4
38
with:
39
coverage-files: build/cov.info.cleaned
40
minimum-coverage: 30
0 commit comments