Skip to content

Commit 51f4eac

Browse files
committed
Use codecov token in coverage action
1 parent c08a886 commit 51f4eac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: coverage run
3030
- name: Upload coverage to Codecov
3131
uses: codecov/codecov-action@v3
32+
env:
33+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3234
with:
3335
env_vars: OS,PYTHON,DJANGO
3436
name: codecov-umbrella

0 commit comments

Comments
 (0)