Automatically create HTML coverage report each time PyTest runs

This commit is contained in:
Julian Stirling 2025-06-23 11:00:10 +01:00
parent 4c72098536
commit c70b487a1f

View file

@ -79,6 +79,7 @@ addopts = [
"--cov=openflexure_microscope_server",
"--cov-report=term",
"--cov-report=xml:coverage.xml",
"--cov-report=html:htmlcov",
"--junitxml=report.xml",
]