Skip to content

Commit 4ff5767

Browse files
Add Codecov upload step to CI workflow
1 parent 4030940 commit 4ff5767

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ jobs:
1414
python-version: "3.11"
1515
- run: python -m pip install --upgrade pip pytest
1616
- run: python -m pytest -q
17+
- name: Upload coverage reports to Codecov
18+
uses: codecov/codecov-action@v5
19+
with:
20+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)