Skip to content

Commit

Permalink
Include test suite in code coverage (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz committed Nov 23, 2021
1 parent 3a1d220 commit cdc7791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -49,10 +49,11 @@ cookiecutter-hypermodern-python-instance = "cookiecutter_hypermodern_python_inst

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

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

[tool.coverage.report]
show_missing = true
Expand Down

0 comments on commit cdc7791

Please sign in to comment.