Skip to content

Commit 9dcfca3

Browse files
Merge pull request #9 from SaridakisStamatisChristos/codex/new-task
Add Codecov upload step to CI workflow
2 parents 4030940 + 4ff5767 commit 9dcfca3

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)