diff --git a/Makefile b/Makefile index 1dfa66e7..ad6952cf 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ PYTEST += --junitxml=$(resultsdir)/junit-$(@F).xml -o junit_suite_name=$(@F) endif ifdef html -PYTEST += --html=$(resultsdir)/report-$(@F).html +PYTEST += --html=$(resultsdir)/report-$(@F).html --self-contained-html endif commit-acceptance: black pylint mypy ## Runs pre-commit linting checks