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 f047af4 commit 907f851Copy full SHA for 907f851
1 file changed
.github/workflows/pytest-coverage.yml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Run PyTest
70
run: |
71
- coverage run pytest -v ${{ inputs.test-path }} --color=yes
+ coverage run -m pytest -v ${{ inputs.test-path }} --color=yes
72
73
- name: Check Coverage
74
0 commit comments