Skip to content

Commit

Permalink
Fix deprecated action flag for codecov-action
Browse files Browse the repository at this point in the history
`file` is now `files`
  • Loading branch information
djhoese authored Dec 12, 2024
1 parent f05bca8 commit 088d6f7
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 @@ -93,7 +93,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
flags: unittests
file: ./coverage.xml
files: ./coverage.xml
env_vars: OS,PYTHON_VERSION,UNSTABLE

- name: Coveralls Parallel
Expand Down

0 comments on commit 088d6f7

Please sign in to comment.