We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86ee86 commit cd1e833Copy full SHA for cd1e833
.github/workflows/py-coverage.yml
@@ -49,6 +49,6 @@ jobs:
49
coverage report -m
50
coverage xml
51
- name: Upload coverage to Codecov
52
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
53
with:
54
file: ./coverage.xml
0 commit comments