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 6666 - uses : codecov/codecov-action@v4
6767 with :
6868 flags : ${{ matrix.os }}
69+ token : ${{ secrets.CODECOV_TOKEN }}
6970
7071 pytest-python :
7172 name : PyTest
9394 - uses : codecov/codecov-action@v4
9495 with :
9596 flags : py${{ matrix.python-version }}
97+ token : ${{ secrets.CODECOV_TOKEN }}
9698
9799 pytest-django :
98100 name : PyTest
@@ -119,6 +121,7 @@ jobs:
119121 - uses : codecov/codecov-action@v4
120122 with :
121123 flags : dj${{ matrix.django-version }}
124+ token : ${{ secrets.CODECOV_TOKEN }}
122125
123126 pytest-extras :
124127 name : PyTest
@@ -147,6 +150,7 @@ jobs:
147150 - uses : codecov/codecov-action@v4
148151 with :
149152 flags : ${{ matrix.extras }}
153+ token : ${{ secrets.CODECOV_TOKEN }}
150154
151155 codeql :
152156 name : CodeQL
You can’t perform that action at this time.
0 commit comments