Skip to content

Commit e564ce0

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pytest-cov.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ jobs:
3535
- name: Install dependencies and library
3636
run: poetry install
3737
- name: Run tests with coverage
38-
run: poetry run pytest --cov=${{ matrix.lib }} --cov-report=term
38+
run: poetry run pytest --cov=${{ matrix.lib }} --cov-report=term --cov-report=coverage.out
39+
- name: Upload coverage to Codecov
40+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)