Make the coverage report touch all files
This commit is contained in:
parent
1c871749b0
commit
7665d45e09
6 changed files with 14 additions and 8 deletions
|
|
@ -73,8 +73,14 @@ target-version = "py311"
|
|||
[tool.pytest.ini_options]
|
||||
addopts = [
|
||||
"--import-mode=importlib",
|
||||
"--cov=openflexure_microscope_server",
|
||||
"--cov-report=term",
|
||||
"--cov-report=xml:coverage.xml",
|
||||
"--junitxml=report.xml",
|
||||
]
|
||||
|
||||
norecursedirs = [".git", "build", "node_modules"]
|
||||
|
||||
[tool.ruff.format]
|
||||
# Use native line endings for all files
|
||||
line-ending = "native"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue