Skip to content

Commit 3172433

Browse files
committed
ci(coverage): fix token
1 parent f5b7b9b commit 3172433

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ jobs:
2828
python -m coverage run --source=circlify test_circlify.py
2929
python -m coverage xml
3030
31-
# upload to codecov
3231
- name: Upload coverage to Codecov
3332
uses: codecov/codecov-action@v3
3433
with:
3534
fail_ci_if_error: true
36-
37-
35+
files: ./coverage.xml
36+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)