Skip to content

Commit 5d146f9

Browse files
authored
adding pytest-cov, fixes #6 (#30)
1 parent 2203a56 commit 5d146f9

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed

bin/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
uv run pytest --cov=src --cov-report=term-missing

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ dev = [
5656
"isort>=6.0.1",
5757
"polib>=1.2.0",
5858
"pytest>=8.4.1",
59+
"pytest-cov>=6.2.1",
5960
"textual-dev==1.7.0",
6061
]
6162

uv.lock

Lines changed: 69 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)