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.
2 parents c08a886 + 51f4eac commit 210a977Copy full SHA for 210a977
.github/workflows/tests.yml
@@ -29,6 +29,8 @@ jobs:
29
run: coverage run
30
- name: Upload coverage to Codecov
31
uses: codecov/codecov-action@v3
32
+ env:
33
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
34
with:
35
env_vars: OS,PYTHON,DJANGO
36
name: codecov-umbrella
0 commit comments