Skip to content

Commit a88ecd9

Browse files
committed
ci(github-actions): replace deprecated file key with files in codecov-action
1 parent 665895c commit a88ecd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
uses: codecov/codecov-action@v5
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}
36-
file: ./coverage.xml
36+
files: ./coverage.xml
3737
flags: unittests
3838
name: codecov-umbrella

0 commit comments

Comments
 (0)