We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f015587 commit b4172eaCopy full SHA for b4172ea
1 file changed
.github/workflows/python-package.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Upload coverage to Codecov
38
uses: codecov/codecov-action@v5
39
with:
40
- file: ./coverage.xml
+ files: ./coverage.xml
41
fail_ci_if_error: false
42
43
build-verification:
0 commit comments