🎉 init: 小龙的工作空间
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "full-pass",
|
||||
"description": "All governance components present and certified",
|
||||
"state": {
|
||||
"baselineRotationDir": "../baseline-rotation",
|
||||
"compatMatrixDir": "../compatibility-matrix",
|
||||
"releaseHistoryDir": "../../../release-history",
|
||||
"baselineEvolutionDir": "../baseline-evolution",
|
||||
"productionValidationDir": "../production-validation"
|
||||
},
|
||||
"expected": {
|
||||
"coverageScore": 100,
|
||||
"checklistPass": 6,
|
||||
"grade": "A"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "missing-baseline",
|
||||
"description": "Baseline Rotation directory missing",
|
||||
"state": {
|
||||
"baselineRotationDir": "__missing__",
|
||||
"compatMatrixDir": "../compatibility-matrix",
|
||||
"releaseHistoryDir": "../../../release-history",
|
||||
"baselineEvolutionDir": "../baseline-evolution",
|
||||
"productionValidationDir": "../production-validation"
|
||||
},
|
||||
"expected": {
|
||||
"coverageScore": 25,
|
||||
"checklistPass": 4,
|
||||
"grade": "C"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "missing-compat-matrix",
|
||||
"description": "Compatibility Matrix directory missing",
|
||||
"state": {
|
||||
"baselineRotationDir": "../baseline-rotation",
|
||||
"compatMatrixDir": "__missing__",
|
||||
"releaseHistoryDir": "../../../release-history",
|
||||
"baselineEvolutionDir": "../baseline-evolution",
|
||||
"productionValidationDir": "../production-validation"
|
||||
},
|
||||
"expected": {
|
||||
"coverageScore": 75,
|
||||
"checklistPass": 5,
|
||||
"grade": "B"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "missing-dashboard",
|
||||
"description": "Release History Dashboard files missing",
|
||||
"state": {
|
||||
"baselineRotationDir": "../baseline-rotation",
|
||||
"compatMatrixDir": "../compatibility-matrix",
|
||||
"releaseHistoryDir": "__missing__",
|
||||
"baselineEvolutionDir": "../baseline-evolution",
|
||||
"productionValidationDir": "../production-validation"
|
||||
},
|
||||
"expected": {
|
||||
"coverageScore": 75,
|
||||
"checklistPass": 5,
|
||||
"grade": "B"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user