Automatically create HTML coverage report each time PyTest runs
This commit is contained in:
parent
4c72098536
commit
c70b487a1f
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