Skip to content

Commit 08b27eb

Browse files
committed
Add missing codecov token to CI
1 parent a423b54 commit 08b27eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ jobs:
6565
- run: python -m pip install -e .[${{ matrix.extras }}]
6666
- run: python -m pytest
6767
- uses: codecov/codecov-action@v5
68+
env:
69+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)