Skip to content

Commit

Permalink
fix(ci): update Codecov action to use 'files' parameter for coverage …
Browse files Browse the repository at this point in the history
…report
  • Loading branch information
welpo committed Nov 21, 2024
1 parent 2c34938 commit 2b91bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
files: ./coverage.xml
fail_ci_if_error: true
verbose: true
env:
Expand Down

0 comments on commit 2b91bcf

Please sign in to comment.