Skip to content

Commit 907f851

Browse files
committed
Fix missing -m flag in coverage call
1 parent f047af4 commit 907f851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Run PyTest
7070
run: |
71-
coverage run pytest -v ${{ inputs.test-path }} --color=yes
71+
coverage run -m pytest -v ${{ inputs.test-path }} --color=yes
7272
7373
- name: Check Coverage
7474
run: |

0 commit comments

Comments
 (0)