Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 302fb01

Browse files
committed
chore: add codecov
1 parent 9cf5f79 commit 302fb01

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ jobs:
3737

3838
- name: Run tests with tox
3939
run: poetry run tox
40+
41+
- name: Upload coverage reports to Codecov
42+
uses: codecov/codecov-action@v4.0.1
43+
with:
44+
token: ${{ secrets.CODECOV_TOKEN }}
45+
# files: ./coverage.xml # Adjust this path if necessary
46+
# flags: unittests # Optional flags for Codecov
47+
# fail_ci_if_error: true # Fails the CI if Codecov upload fails

0 commit comments

Comments
 (0)