Skip to content

Commit a9981c5

Browse files
committed
Add pytest-cov
1 parent b3159bc commit a9981c5

File tree

2 files changed

+91
-0
lines changed

2 files changed

+91
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ firefly = "firefly.cli:app"
2323
[build-system]
2424
requires = ["setuptools>=61.0"]
2525
build-backend = "setuptools.build_meta"
26+
27+
[dependency-groups]
28+
dev = [
29+
"pytest-cov>=6.1.1",
30+
]

uv.lock

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

0 commit comments

Comments
 (0)