Skip to content

Commit c70b78e

Browse files
committed
add codecov
1 parent ea45028 commit c70b78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest-cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install dependencies and library
3636
run: poetry install
3737
- name: Run tests with coverage
38-
run: pytest --cov=${{ matrix.lib }} --junitxml=${{ matrix.lib }}-junit.xml -o junit_family=legacy
38+
run: poetry run pytest --cov=${{ matrix.lib }} --junitxml=${{ matrix.lib }}-junit.xml -o junit_family=legacy
3939
- name: List coverage reports
4040
run: ls -l ./coverage-*.xml
4141
- name: Upload test results to Codecov

0 commit comments

Comments
 (0)