Skip to content

Commit 50832d0

Browse files
committed
also install pytest-cov for coverage in some development environments
namely VSCode
1 parent 8220022 commit 50832d0

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ gitopscli = "gitopscli.__main__:main"
2424
[dependency-groups]
2525
test = [
2626
"ruff",
27-
"coverage",
28-
"pytest",
27+
"pytest-cov",
2928
"mypy==1.6.1",
3029
"typeguard>=2.13.3,<3",
3130
"pre-commit",

uv.lock

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

0 commit comments

Comments
 (0)