Skip to content

Commit 5e5230f

Browse files
committed
ci: add codecov for have public interface of coverage
1 parent f2cda36 commit 5e5230f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/develop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,10 @@ jobs:
4242
- name: Run tests
4343
run: uv run pytest
4444

45+
- name: Upload coverage reports to Codecov
46+
uses: codecov/codecov-action@v5
47+
with:
48+
token: ${{ secrets.CODECOV_TOKEN }}
49+
4550
- name: Lint / Format / Type-check
4651
run: uv run lint

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
- name: Run tests
4747
run: uv run pytest
4848

49+
- name: Upload coverage reports to Codecov
50+
uses: codecov/codecov-action@v5
51+
with:
52+
token: ${{ secrets.CODECOV_TOKEN }}
53+
4954
- name: Lint / Format / Type-check
5055
run: uv run lint
5156

0 commit comments

Comments
 (0)