Skip to content

Commit 5707939

Browse files
committed
Set conclusion to failure
1 parent 8330ce5 commit 5707939

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/quality-monitor-pit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
"qualityGates": [
5151
{
5252
"metric": "tests-success-rate",
53+
"name": "Tests Success Rate",
5354
"threshold": 100.0,
5455
"criticality": "FAILURE"
5556
},
@@ -66,15 +67,17 @@ jobs:
6667
{
6768
"metric": "test-strength",
6869
"threshold": 90.0,
69-
"criticality": "UNSTABLE"
70+
"criticality": "FAILURE"
7071
},
7172
{
7273
"metric": "bugs",
74+
"name": "Potential Bugs",
7375
"threshold": 0.0,
7476
"criticality": "FAILURE"
7577
},
7678
{
7779
"metric": "style",
80+
"name": "Style Violations",
7881
"threshold": 0.0,
7982
"criticality": "UNSTABLE"
8083
}

0 commit comments

Comments
 (0)