File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 66
66
- uses : codecov/codecov-action@v4
67
67
with :
68
68
flags : ${{ matrix.os }}
69
+ token : ${{ secrets.CODECOV_TOKEN }}
69
70
70
71
pytest-python :
71
72
name : PyTest
93
94
- uses : codecov/codecov-action@v4
94
95
with :
95
96
flags : py${{ matrix.python-version }}
97
+ token : ${{ secrets.CODECOV_TOKEN }}
96
98
97
99
pytest-django :
98
100
name : PyTest
@@ -119,6 +121,7 @@ jobs:
119
121
- uses : codecov/codecov-action@v4
120
122
with :
121
123
flags : dj${{ matrix.django-version }}
124
+ token : ${{ secrets.CODECOV_TOKEN }}
122
125
123
126
pytest-extras :
124
127
name : PyTest
@@ -147,6 +150,7 @@ jobs:
147
150
- uses : codecov/codecov-action@v4
148
151
with :
149
152
flags : ${{ matrix.extras }}
153
+ token : ${{ secrets.CODECOV_TOKEN }}
150
154
151
155
codeql :
152
156
name : CodeQL
You can’t perform that action at this time.
0 commit comments