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

Commit 55601d0

Browse files
committed
chore:codecov integration
1 parent 302fb01 commit 55601d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
- name: Run tests with tox
3939
run: poetry run tox
4040

41+
- name: Codecov
42+
uses: codecov/codecov-action@v4.5.0
43+
4144
- name: Upload coverage reports to Codecov
42-
uses: codecov/codecov-action@v4.0.1
45+
uses: codecov/codecov-action@v4.5.0
4346
with:
4447
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)