Skip to content

Commit

Permalink
Use files instead of deprecated file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezio-melotti authored Dec 1, 2024
1 parent b54271e commit c1f1c2b
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 @@ -43,7 +43,7 @@ jobs:
- uses: codecov/codecov-action@v5
if: always()
with:
file: ./coverage.xml
files: ./coverage.xml
flags: Python_${{ matrix.python-version }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 comments on commit c1f1c2b

Please sign in to comment.