Skip to content

Commit bec3e74

Browse files
committed
Add missing codecov token to CI
1 parent 6780d24 commit bec3e74

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+
with:
69+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)