Skip to content

Commit 27b6e19

Browse files
authored
Update pythonpackage.yml
1 parent ecdff00 commit 27b6e19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ jobs:
2828
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
2929
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3030
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
31+
- name: install coverage
32+
run: pip insall coverage
3133
- name: Test
3234
run: bash runtests.sh

0 commit comments

Comments
 (0)