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 936e727 commit fbc0bc3Copy full SHA for fbc0bc3
.github/workflows/tests.yml
@@ -74,6 +74,6 @@ jobs:
74
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
75
- name: Run tests
76
run: |
77
- pytest --cov=src
+ pytest -s --cov=pysrc
78
- name: Upload coverage to Codecov
79
uses: codecov/codecov-action@v2
0 commit comments