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 ed45a99 commit dbf86c4Copy full SHA for dbf86c4
.github/workflows/main.yaml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
py.test --verbose --cov=. --cov-report=xml
38
- name: Upload coverage to Codecov
39
- uses: codecov/codecov-action@v2.1.0
+ uses: codecov/codecov-action@v3.1.0
40
if: ${{ matrix.python-version }} == 3.9
41
with:
42
file: ./coverage.xml
0 commit comments