Skip to content

Commit fcc61dc

Browse files
committed
Fixed coverage reporting (check_and_deploy.yml)
1 parent 404cd50 commit fcc61dc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ packages = ["python_ci_base"]
6262
# configurations for setuptools-scm. This section is required for the project to be built correctly
6363
[tool.setuptools_scm]
6464

65-
# TODO: You can provide the entry points into your app, here
66-
# [project.scripts]
67-
# app = "python_ci_base.app:main"
68-
6965
[tool.coverage.run]
7066
# TODO: replace "python_ci_base"
7167
source = ["python_ci_base"]
7268
omit = [
7369
"tests/*"
7470
]
71+
72+
# TODO: You can provide the entry points into your app, here
73+
# [project.scripts]
74+
# app = "python_ci_base.app:main"

0 commit comments

Comments
 (0)