Skip to content

Commit 6e76c36

Browse files
committed
Use project_slug value for tools.coverage.run source in pyproject.toml
1 parent bd616c5 commit 6e76c36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mypy = { cmd = "mypy" }
5151
pytest = { cmd = "pytest" }
5252

5353
[tool.coverage.run]
54-
source = ["jmapc"]
54+
source = ["{{ cookiecutter.project_slug }}"]
5555

5656
[tool.coverage.report]
5757
fail_under = 0

0 commit comments

Comments
 (0)