We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c01ebf commit 1ca5e59Copy full SHA for 1ca5e59
1 file changed
TEST-NEEDS.md
@@ -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