Skip to content

Commit f8871b5

Browse files
committed
Reset template coverage test threshold back to 0%
The template project has no code. Coverage is computed at 0%, which causes the template repository test to fail. Coverage should be increased after project creation.
1 parent 1f0faef commit f8871b5

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
@@ -54,7 +54,7 @@ pytest = { cmd = "pytest" }
5454
source = ["jmapc"]
5555

5656
[tool.coverage.report]
57-
fail_under = 95
57+
fail_under = 0
5858
show_missing = true
5959

6060
[tool.isort]

0 commit comments

Comments
 (0)