We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb94cd commit d635664Copy full SHA for d635664
.github/workflows/test.yml
@@ -48,6 +48,6 @@ jobs:
48
coverage run -m pytest -W always
49
coverage xml
50
- name: Send coverage data to Codecov
51
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
52
with:
53
file: coverage.xml
0 commit comments