diff --git a/pyproject.toml b/pyproject.toml index ecb5a5c..6d57f28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ warn_unreachable = true ignore_missing_imports = true [tool.coverage.run] -source = ["src"] +source = ["osc_ingest_trino"] omit = ["tests/*"] relative_files = true