Skip to content

Commit da8ef18

Browse files
committed
upload coverage to codecov
1 parent 90253b7 commit da8ef18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pytest-cov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ jobs:
3636
run: poetry install
3737
- name: Run tests with coverage
3838
run: poetry run pytest --cov=${{ matrix.lib }} --cov-report=term
39+
- name: Upload coverage to Codecov
40+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)