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 ecdff00 commit 27b6e19Copy full SHA for 27b6e19
.github/workflows/pythonpackage.yml
@@ -28,5 +28,7 @@ jobs:
28
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
29
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
30
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
31
+ - name: install coverage
32
+ run: pip insall coverage
33
- name: Test
34
run: bash runtests.sh
0 commit comments