Skip to content

Commit 83fee85

Browse files
committed
chore: add Codecov token to CI workflow for coverage uploads
1 parent d7e26be commit 83fee85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
run: |
2929
pytest tests/ --cov=tarmac --cov-report=xml
3030
- name: Upload coverage to Codecov
31-
uses: codecov/codecov-action@v3
31+
uses: codecov/codecov-action@v3
32+
with:
33+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)