We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3286d commit 025b23aCopy full SHA for 025b23a
scripts/test_coverage
@@ -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