We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c3ef4 commit 7d633f0Copy full SHA for 7d633f0
.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Test with tox
30
run: tox
31
- name: Upload coverage report
32
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
33
with:
34
env_vars: PYTHON,DJANGO,DJANGO_REST_FRAMEWORK
35
check:
0 commit comments