Skip to content

Commit 374821e

Browse files
committed
readme: remove stale coverage percentage
1 parent 4846e83 commit 374821e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The full `Config` struct supports: `BaseURL`, `Thinking`, `SandboxCleanup`, `Ren
177177
```bash
178178
go test ./... # all pass (no setup required)
179179
go test -race ./... # race detector clean
180-
go test -cover ./... # 79%+ average coverage
180+
go test -cover ./... # measure coverage
181181
```
182182

183183
Everything runs with `go test` — no Docker, no network, no external services required for unit tests.

0 commit comments

Comments
 (0)