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 941d0fa commit ce8a425Copy full SHA for ce8a425
README.md
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/checkout@v2
43
# ... Generate LCOV files or download it from a different job
44
- name: Report code coverage
45
- uses: zgosalvez/github-actions-report-lcov@v1
+ uses: zgosalvez/github-actions-report-lcov@v2
46
with:
47
coverage-files: coverage/lcov.*.info
48
minimum-coverage: 90
0 commit comments