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 d963e2e commit 9e485cdCopy full SHA for 9e485cd
.github/workflows/ci.yml
@@ -46,6 +46,6 @@ jobs:
46
- name: Report Coverage
47
uses: zgosalvez/github-actions-report-lcov@v4
48
with:
49
- coverage-files: coverage/lcov.*.info
+ coverage-files: coverage/lcov.info
50
github-token: ${{ secrets.GITHUB_TOKEN }}
51
update-comment: true
0 commit comments