Skip to content

Commit

Permalink
Update Codecov action to use 'files' instead of 'file'
Browse files Browse the repository at this point in the history
Replaced the deprecated 'file' key with 'files' in the Codecov action
configuration. This ensures compatibility with the latest Codecov action
requirements and prevents potential upload issues.
  • Loading branch information
douglatornell committed Jan 12, 2025
1 parent 2f9a20d commit ac8582d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-with-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303
with:
file: ./coverage.xml
files: ./coverage.xml
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ac8582d

Please sign in to comment.