Test cobertura mypy coverage report

This commit is contained in:
Joel Collins 2021-01-08 10:05:31 +00:00
parent 180d73f9c4
commit 5232b36644
5 changed files with 71 additions and 12 deletions

View file

@ -65,6 +65,7 @@ pytest = "^6.1.2"
mypy = "^0.790"
poethepoet = "^0.9.0"
freezegun = "^1.0.0"
lxml = "^4.6.2"
[tool.black]
exclude = '(\.eggs|\.git|\.venv|\venv|node_modules/)'
@ -86,7 +87,7 @@ black = "black ."
black_check = "black --check ."
isort = "isort ."
pylint = "pylint openflexure_microscope"
mypy = "mypy openflexure_microscope"
mypy = "mypy --cobertura-xml-report openflexure_microscope openflexure_microscope"
test = "pytest ."
format = ["black", "isort"]