Skip to content

Commit bcf447e

Browse files
authored
add covdefaults (#710) (#712)
1 parent d4ecbe5 commit bcf447e

2 files changed

Lines changed: 23 additions & 3 deletions

File tree

{{cookiecutter.project_name}}/poetry.lock

Lines changed: 19 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ ruff = "^0.14"
3636

3737
pytest = "^9.0"
3838
pytest-cov = "^6.1"
39+
covdefaults = "^2.3"
3940
pytest-randomly = "^4.0"
4041

4142
[tool.poetry.group.docs]
@@ -48,6 +49,9 @@ tomli = "^2.2"
4849
myst-parser = "^4.0"
4950
furo = "^2024.8"
5051

52+
[tool.coverage.run]
53+
# Covdefaults: https://pypi.org/project/covdefaults
54+
plugins = ["covdefaults"]
5155

5256
[tool.ruff]
5357
# Ruff config: https://docs.astral.sh/ruff/settings

0 commit comments

Comments
 (0)