Skip to content

Commit

Permalink
🔧 [coverage] Add test suite to paths mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz committed Nov 23, 2021
1 parent 11b803b commit 4b720de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -49,10 +49,10 @@ cookiecutter-hypermodern-python-instance = "cookiecutter_hypermodern_python_inst

[tool.coverage.paths]
source = ["src", "*/site-packages"]
tests = ["tests", "*/tests"]

[tool.coverage.run]
branch = true
relative_files = true
source = ["cookiecutter_hypermodern_python_instance", "tests"]

[tool.coverage.report]
Expand Down

0 comments on commit 4b720de

Please sign in to comment.