diff --git a/pyproject.toml b/pyproject.toml index 63b7322..d2c1f4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ norecursedirs = "nextlinegraphql/plugins/db/alembic build" [tool.coverage.run] branch = true -source = ["nextlinegraphql"] +source = ["nextlinegraphql", "tests"] concurrency = ["multiprocessing"] omit = [ "venv/*",