We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3db320 commit 8f18da8Copy full SHA for 8f18da8
.github/workflows/python-test.yml
@@ -41,7 +41,7 @@ jobs:
41
coverage xml
42
43
- name: Upload coverage reports to Codecov
44
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
45
with:
46
files: ./coverage.xml
47
verbose: true # optional (default = false)
0 commit comments