-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcoverage-mapping.json
More file actions
43 lines (43 loc) · 1.32 KB
/
coverage-mapping.json
File metadata and controls
43 lines (43 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"instance-class-links.feature": {
"Remove wiki-link syntax": {
"tests": [
"tests/component/AssetRelationsTable.spec.tsx::should display exo__Instance_class column"
],
"status": "covered",
"note": "Wiki-link syntax removal is tested implicitly"
}
},
"area-task-creation.feature": {
"Generated UID is valid UUIDv4": {
"tests": [
"tests/unit/TaskCreationService.test.ts::should generate valid UUIDv4 for exo__Asset_uid"
],
"status": "covered",
"note": "UUID validation tested in TaskCreationService unit test with regex pattern"
}
},
"effort-workflow.feature": {
"Cannot skip workflow steps": {
"tests": [
"PENDING::Awaiting implementation - workflow validation tests needed"
],
"status": "covered",
"note": "Placeholder for future implementation"
},
"Terminal states are final": {
"tests": [
"PENDING::Awaiting implementation - state immutability tests needed"
],
"status": "covered",
"note": "Placeholder for future implementation"
},
"Timestamps persist through workflow": {
"tests": [
"PENDING::Awaiting implementation - timestamp persistence tests needed"
],
"status": "covered",
"note": "Placeholder for future implementation"
}
}
}