Fix coverage config

This commit is contained in:
Alessio Bogon 2022-08-14 11:19:12 +02:00
parent 8a2074308f
commit d080736898
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ exclude_lines = [
[tool.coverage.run]
branch = true
include =[
"pytest_bdd/*",
"src/pytest_bdd/*",
"tests/*",
]