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 249142a commit 1acb254Copy full SHA for 1acb254
1 file changed
TEST-NEEDS.md
@@ -0,0 +1,28 @@
1
+# TEST-NEEDS.md — affinescriptiser
2
+
3
+## CRG Grade: C — ACHIEVED 2026-04-04
4
5
+## Current Test State
6
7
+| Category | Count | Notes |
8
+|----------|-------|-------|
9
+| Test directories | 2 | Location(s): /tests, /verification/tests |
10
+| CI workflows | 22 | Running tests on GitHub Actions |
11
+COVERAGE_TABLE
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
+cargo test
28
+```
0 commit comments