Skip to content

Commit 025b23a

Browse files
committed
coverage: add coverage testing script
1 parent 0e3286d commit 025b23a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/test_coverage

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
set -ex
4+
5+
uv run --frozen coverage run -m pytest -n auto $@
6+
uv run --frozen coverage combine
7+
uv run --frozen coverage report

0 commit comments

Comments
 (0)