diff --git a/pyproject.toml b/pyproject.toml index 5c08ca4..5b19b2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ exclude_lines = [ [tool.coverage.run] branch = true include =[ - "pytest_bdd/*", + "src/pytest_bdd/*", "tests/*", ]