diff --git a/pyproject.toml b/pyproject.toml index f66fe17..4355ce1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,6 +70,11 @@ source = [ "globus_action_provider_tools", "tests", ] +[tool.coverage.paths] +source = [ + "src/", + "*/site-packages/", +] [tool.coverage.report] # When the test coverage increases, this bar should also raise.