1 parent 8330ce5 commit 5707939Copy full SHA for 5707939
1 file changed
.github/workflows/quality-monitor-pit.yml
@@ -50,6 +50,7 @@ jobs:
50
"qualityGates": [
51
{
52
"metric": "tests-success-rate",
53
+ "name": "Tests Success Rate",
54
"threshold": 100.0,
55
"criticality": "FAILURE"
56
},
@@ -66,15 +67,17 @@ jobs:
66
67
68
"metric": "test-strength",
69
"threshold": 90.0,
- "criticality": "UNSTABLE"
70
+ "criticality": "FAILURE"
71
72
73
"metric": "bugs",
74
+ "name": "Potential Bugs",
75
"threshold": 0.0,
76
77
78
79
"metric": "style",
80
+ "name": "Style Violations",
81
82
"criticality": "UNSTABLE"
83
}
0 commit comments