We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0cac5 commit 34af01dCopy full SHA for 34af01d
Makefile
@@ -76,10 +76,10 @@ metacov: ## Run meta-coverage, measuring ourself.
76
COVERAGE_COVERAGE=yes tox -q $(ARGS)
77
78
metahtml: ## Produce meta-coverage HTML reports.
79
- python igor.py combine_html
+ tox exec -q $(ARGS) -- python3 igor.py combine_html
80
81
metasmoke:
82
- COVERAGE_TEST_CORES=ctrace ARGS="-e py39" make metacov metahtml
+ COVERAGE_TEST_CORES=ctrace ARGS="-e py39" make --keep-going metacov metahtml
83
84
85
##@ Requirements management
0 commit comments