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 c83f702 commit 48fc1c3Copy full SHA for 48fc1c3
.github/workflows/run-tests.yml
@@ -37,7 +37,7 @@ jobs:
37
pip install codecov
38
- name: Test with pytest
39
run: |
40
- python3 -m pytest tests
+ pytest tests
41
# - name: Upload coverage to Codecov
42
# uses: codecov/codecov-action@v1
43
# with:
0 commit comments