Remove duplicate CI file

This commit is contained in:
Donncha Ó Cearbhaill
2024-09-30 13:34:56 +02:00
parent 2c4c92f510
commit 5225600396
3 changed files with 11 additions and 54 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ ignore_missing_imports = true
packages = "src"
[tool.pytest.ini_options]
addopts = "-ra -q --cov=mvt --cov-report html"
addopts = "-ra -q --cov=mvt --cov-report html --junitxml=pytest.xml --cov-report=term-missing:skip-covered"
testpaths = [
"tests"
]