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 5b6eb02 commit 9e6d80aCopy full SHA for 9e6d80a
Makefile
@@ -18,6 +18,11 @@ tests:
18
coverage-tests:
19
PYTHONPATH=$(CWD)/src:$(CWD)/tests/plugins1:$(CWD)/tests/plugins2:${PYTHONPATH} \
20
${PYTHON} -m pytest -v --cov $(TESTARGS)
21
+
22
+.PHONY: html-coverage-report
23
+html-coverage-report:
24
+ PYTHONPATH=$(CWD)/src:$(CWD)/tests/plugins1:$(CWD)/tests/plugins2:${PYTHONPATH} \
25
+ ${PYTHON} -m pytest -v --cov --cov-report html
26
27
.PHONY: verbose-tests
28
verbose-tests:
0 commit comments