Skip to content

Commit c703ca6

Browse files
committed
docs(plan-85): check off verified acceptance criteria
Mark "All tests pass" and "golangci-lint reports no issues" as completed in the Acceptance Criteria section, consistent with the Phase 4 run-checklist already marked done. https://claude.ai/code/session_01JixwRS7SKuEBR1jV7fAJat
1 parent 70284f4 commit c703ca6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plan/85_coverage-to-95-percent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ Run linter and tests after every phase:
131131
remain for the 4-copy and 3-copy groups (replaced by
132132
`astutil.HeadingLine`/`astutil.ParagraphLine`)
133133
- [ ] Shared packages have 100% statement coverage
134-
- [ ] All tests pass: `go test ./...`
135-
- [ ] `go tool golangci-lint run` reports no issues
134+
- [x] All tests pass: `go test ./...`
135+
- [x] `go tool golangci-lint run` reports no issues
136136
- [ ] Mutation testing on shared helpers kills 95%+

0 commit comments

Comments
 (0)