Skip to content

Commit 9e485cd

Browse files
chore: fix coverage files path
1 parent d963e2e commit 9e485cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
- name: Report Coverage
4747
uses: zgosalvez/github-actions-report-lcov@v4
4848
with:
49-
coverage-files: coverage/lcov.*.info
49+
coverage-files: coverage/lcov.info
5050
github-token: ${{ secrets.GITHUB_TOKEN }}
5151
update-comment: true

0 commit comments

Comments
 (0)