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 ea21ef6 commit f6e2e64Copy full SHA for f6e2e64
.github/workflows/tests.yml
@@ -35,6 +35,6 @@ jobs:
35
- name: Test with pytest
36
run: poetry run py.test --cov=./ --cov-report=xml
37
38
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v2
39
with:
40
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments