diff --git a/.gitignore b/.gitignore index faf48a52..dcab2b77 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,7 @@ htmlcov/ .cache nosetests.xml coverage.xml +coverage.json *.cover *.py,cover .hypothesis/ diff --git a/pyproject.toml b/pyproject.toml index 5a4869f4..69d78888 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,12 +66,8 @@ artifacts = ["src/*.json", "src/*.jinja"] [tool.pytest.ini_options] addopts = [ - "--cov=labthings_fastapi", - "--cov-report=term", - "--cov-report=xml:coverage.xml", - "--cov-report=html:htmlcov", - "--cov-report=lcov", "--cov=src", + "--cov-report=lcov", "--cov-report=json", ] markers = [