We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907aa49 commit c8b9f21Copy full SHA for c8b9f21
1 file changed
.github/workflows/python-app.yml
@@ -51,7 +51,7 @@ jobs:
51
# Run the unit tests using the coverage program and create the XML output file
52
- name: Test with pytest
53
run: |
54
- pytest --cov --cov-config=.coveragerc --cov-report=xml -vv
+ python -m pytest --cov --cov-config=.coveragerc --cov-report=xml -vv
55
56
# Using Codecov's action, upload the coverage report for the triggering commit/PR
57
- name: Upload coverage
0 commit comments