We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea45028 commit c70b78eCopy full SHA for c70b78e
.github/workflows/pytest-cov.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install dependencies and library
36
run: poetry install
37
- name: Run tests with coverage
38
- run: pytest --cov=${{ matrix.lib }} --junitxml=${{ matrix.lib }}-junit.xml -o junit_family=legacy
+ run: poetry run pytest --cov=${{ matrix.lib }} --junitxml=${{ matrix.lib }}-junit.xml -o junit_family=legacy
39
- name: List coverage reports
40
run: ls -l ./coverage-*.xml
41
- name: Upload test results to Codecov
0 commit comments