Merge branch 'html-coverge-report' into 'v3'
Automatically create HTML coverage report each time PyTest runs See merge request openflexure/openflexure-microscope-server!300
This commit is contained in:
commit
9f19434f58
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ addopts = [
|
|||
"--cov=openflexure_microscope_server",
|
||||
"--cov-report=term",
|
||||
"--cov-report=xml:coverage.xml",
|
||||
"--cov-report=html:htmlcov",
|
||||
"--junitxml=report.xml",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue