Skip to content

Commit

Permalink
fix coverage definition to be a list
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Feb 4, 2024
1 parent 3255ff6 commit a383557
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion {{cookiecutter.repo_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ main = "{{ cookiecutter.repo_name }}:main"
exclude = ["tests"]

[tool.coverage.run]
source = "{{ cookiecutter.repo_name }}"
source = [
"{{ cookiecutter.repo_name }}",
]

[tool.pytest.ini_options]
addopts = "--strict-markers"
Expand Down

0 comments on commit a383557

Please sign in to comment.