Skip to content

Commit 0020258

Browse files
committed
Add CODECOV_TOKEN.
1 parent fcea4f1 commit 0020258

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
run: tox
6363
- name: Upload coverage.xml to codecov
6464
uses: codecov/codecov-action@v5
65+
with:
66+
token: ${{ secrets.CODECOV_TOKEN }}
6567
pre-commit:
6668
runs-on: ubuntu-latest
6769
steps:

0 commit comments

Comments
 (0)