Skip to content

Commit 1ca5e59

Browse files
committed
docs: add TEST-NEEDS.md (CRG C)
1 parent 0c01ebf commit 1ca5e59

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

TEST-NEEDS.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# TEST-NEEDS.md — checky-monkey
2+
3+
## CRG Grade: C — ACHIEVED 2026-04-04
4+
5+
## Current Test State
6+
7+
| Category | Count | Notes |
8+
|----------|-------|-------|
9+
| Test directories | 1 | Location(s): /tests |
10+
| CI workflows | 18 | Running tests on GitHub Actions |
11+
| Tests | Present | Configured in CI workflows |
12+
13+
## What's Covered
14+
15+
COVERAGE_ITEMS
16+
17+
## Still Missing (for CRG B+)
18+
19+
- [ ] Code coverage reports (codecov integration)
20+
- [ ] Detailed test documentation in CONTRIBUTING.md
21+
- [ ] Integration tests beyond unit tests
22+
- [ ] Performance benchmarking suite
23+
24+
## Run Tests
25+
26+
```bash
27+
(check Makefile/justfile/package.json for test command)
28+
```

0 commit comments

Comments
 (0)