Skip to content

Commit b1af585

Browse files
committed
docs: explain UV_FROZEN=1 in targeted coverage block
1 parent fd36a52 commit b1af585

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ CI requires 100% (`fail_under = 100`, `branch = true`).
7979
uv run --frozen coverage run -m pytest tests/path/test_foo.py
8080
uv run --frozen coverage combine
8181
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
8283
UV_FROZEN=1 uv run --frozen strict-no-cover
8384
```
8485

0 commit comments

Comments
 (0)