We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0135b commit 85a1874Copy full SHA for 85a1874
Makefile
@@ -35,9 +35,7 @@ test-all:
35
tox
36
37
coverage:
38
- coverage run --source pvl py.test
39
- coverage report -m
40
- coverage html
+ py.test --cov pvl --cov-report html tests
41
open htmlcov/index.html
42
43
docs:
requirements.txt
@@ -4,5 +4,6 @@
4
# Install our development requirements
5
flake8
6
pytest
7
+pytest-cov
8
9
wheel>=0.22
0 commit comments