Skip to content

Commit

Permalink
chore: fix coverage files path
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeinzierl committed Nov 1, 2024
1 parent d963e2e commit 9e485cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
- name: Report Coverage
uses: zgosalvez/github-actions-report-lcov@v4
with:
coverage-files: coverage/lcov.*.info
coverage-files: coverage/lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
update-comment: true

0 comments on commit 9e485cd

Please sign in to comment.