Skip to content

Commit 4d38422

Browse files
committed
update code cov to token auth
1 parent dbd835f commit 4d38422

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
run: tox --skip-missing-interpreters false -e py${{ matrix.python-version }}-${{ matrix.pyenv }}
5656
- name: Upload Coverage to CodeCov
5757
uses: codecov/codecov-action@v4
58+
with:
59+
token: ${{ secrets.CODECOV_TOKEN }}
5860

5961
conda-build:
6062
needs: check

0 commit comments

Comments
 (0)