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 6c4cb1f commit 27e3dffCopy full SHA for 27e3dff
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Run tests and generate coverage report
34
run: coverage run
35
- name: Upload coverage to Codecov
36
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
37
with:
38
env_vars: OS,PYTHON,DJANGO
39
name: codecov-umbrella
0 commit comments