diff --git a/Makefile b/Makefile index c7512ea0c..8f7d83f30 100644 --- a/Makefile +++ b/Makefile @@ -76,10 +76,10 @@ metacov: ## Run meta-coverage, measuring ourself. COVERAGE_COVERAGE=yes tox -q $(ARGS) metahtml: ## Produce meta-coverage HTML reports. - python igor.py combine_html + tox exec -q $(ARGS) -- python3 igor.py combine_html metasmoke: - COVERAGE_TEST_CORES=ctrace ARGS="-e py39" make metacov metahtml + COVERAGE_TEST_CORES=ctrace ARGS="-e py39" make --keep-going metacov metahtml ##@ Requirements management