Skip to content

Commit 70f610d

Browse files
committed
Add codecov upload token
1 parent 222bf8e commit 70f610d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Upload coverage to Codecov
2929
uses: codecov/codecov-action@v3
3030
with:
31+
token: ${{ secrets.CODECOV_TOKEN }}
3132
file: coverage.xml
3233
name: pytest
3334
flags: unittests

0 commit comments

Comments
 (0)