Skip to content

Commit ae84266

Browse files
committed
code cov token
1 parent 93fd654 commit ae84266

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
pytest
6262
- name: Upload coverage to Codecov
6363
uses: codecov/codecov-action@v3
64+
with:
65+
token: ${{ secrets.CODECOV_TOKEN }}
6466
if: matrix.python-version == 3.11
6567
with:
6668
file: ./coverage.xml

0 commit comments

Comments
 (0)