We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665895c commit a88ecd9Copy full SHA for a88ecd9
.github/workflows/pythonpackage.yml
@@ -33,6 +33,6 @@ jobs:
33
uses: codecov/codecov-action@v5
34
with:
35
token: ${{ secrets.CODECOV_TOKEN }}
36
- file: ./coverage.xml
+ files: ./coverage.xml
37
flags: unittests
38
name: codecov-umbrella
0 commit comments