Skip to content

Commit

Permalink
Merge pull request Kuadrant#536 from azgabur/html_refactor
Browse files Browse the repository at this point in the history
Add flag for html generation
  • Loading branch information
averevki authored Sep 12, 2024
2 parents 668f3a1 + 05ec552 commit 30e3677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30e3677

Please sign in to comment.