diff --git a/pyproject.toml b/pyproject.toml index 6eb46f22cdb712b2be0f2e7af0ed298e378095b4..783f4027911a911c4ce6fdaed7966064cc778176 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,15 +85,11 @@ lines_between_types = 1 [tool.black] line-length = 80 -[tool.coverage.run] -relative_files = true -source_pkgs = ["exposed"] - [tool.pytest.ini_options] addopts = [ "--import-mode=append", "--cov-report=term-missing", - "--cov=exposed", + "--cov=src", ] junit_logging = "all" junit_log_passing_tests = false