diff --git a/Makefile b/Makefile index 8f6ceb1db1..4b62910e46 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ integration: hatch run integration coverage: - hatch run coverage && open htmlcov/index.html + hatch run coverage; status=$$?; [ -e "htmlcov/index.html" ] && open htmlcov/index.html; exit $$status known: hatch run python src/databricks/labs/ucx/source_code/known.py