We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a5e18 commit d39af0eCopy full SHA for d39af0e
1 file changed
Makefile
@@ -15,8 +15,7 @@ test: venv
15
coverage: venv
16
venv/bin/coverage run -m pytest -v
17
venv/bin/coverage report --show-missing
18
- venv/bin/coverage html
19
- xdg-open htmlcov/index.html
+ venv/bin/coverage xml
20
21
export SPHINXBUILD=../venv/bin/sphinx-build
22
docs: venv
0 commit comments