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 5139bb0 commit 663c19dCopy full SHA for 663c19d
.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