We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd36a52 commit b1af585Copy full SHA for b1af585
AGENTS.md
@@ -79,6 +79,7 @@ CI requires 100% (`fail_under = 100`, `branch = true`).
79
uv run --frozen coverage run -m pytest tests/path/test_foo.py
80
uv run --frozen coverage combine
81
uv run --frozen coverage report --include='src/mcp/path/foo.py' --fail-under=0
82
+ # UV_FROZEN=1 propagates --frozen to the uv subprocess strict-no-cover spawns
83
UV_FROZEN=1 uv run --frozen strict-no-cover
84
```
85
0 commit comments