Skip to content

Commit 04bb7b4

Browse files
authored
ci: Upload coverage report to Codecov (#154)
1 parent 0954b78 commit 04bb7b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
python -m coverage html --skip-covered --skip-empty
7575
python -m coverage report --fail-under=95
7676
77+
- name: Upload coverage to Codecov
78+
uses: codecov/codecov-action@v5
79+
7780
- name: Upload HTML report
7881
if: ${{ failure() }}
7982
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)