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 487596a commit f3f23fbCopy full SHA for f3f23fb
.github/workflows/python-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
run: make coverage
25
26
- name: Publish coverage
27
- uses: codecov/codecov-action@v1.3.1
+ uses: codecov/codecov-action@v2
28
with:
29
token: ${{ secrets.CODECOV_TOKEN }}
30
files: ./coverage.xml
0 commit comments