--- a/pyproject.toml
+++ b/pyproject.toml
@@ -124,28 +116,10 @@
 [tool.hatch.version]
 path = "src/rdflib_endpoint/__init__.py"
 
-
-[tool.coverage.run]
-source = ["src/rdflib_endpoint"]
-branch = false
-
-[tool.coverage.report]
-omit = ["tests/*"]
-exclude_lines = [
-    "no cov",
-    "if __name__ == .__main__.:",
-    "if TYPE_CHECKING:",
-]
-show_missing = true
-
-
 [tool.pytest.ini_options]
 addopts = [
     "-vvv",
-    "--cov=src",
     "--color=yes",
-    "--cov-report=term-missing",
-    "--cov-fail-under=85",
 ]
 filterwarnings = [
     "ignore::DeprecationWarning:httpx.*:"
