Skip to content

Commit c8e438f

Browse files
committed
Add a name for warnings
1 parent a786cb3 commit c8e438f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,13 @@ jobs:
7171
},
7272
{
7373
"metric": "bugs",
74+
"name": "Potential Bugs",
7475
"threshold": 0.0,
7576
"criticality": "FAILURE"
7677
},
7778
{
7879
"metric": "style",
80+
"name": "Style Violations",
7981
"threshold": 0.0,
8082
"criticality": "UNSTABLE"
8183
}

0 commit comments

Comments
 (0)