diff --git a/Makefile b/Makefile index 51cf9c47528..0d3ffa4baa5 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ HOST = localhost TEST_COMMAND = pytest -s -vv COVERAGE_COMMAND = coverage run --branch --concurrency=thread,gevent -m pytest -REPORT_COVERAGE_COMMAND = coverage html +REPORT_COVERAGE_COMMAND = coverage html --show-contexts --title "mindlogger-backend-refactor coverage for ${SHA}" EXPORT_COMMAND = python src/export_spec.py RUFF_COMMAND = ruff