Skip to content

Commit 1b81be5

Browse files
committed
Adjust quality gates
1 parent cf7dd06 commit 1b81be5

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.github/quality-gates.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@
66
"threshold": 100.0,
77
"criticality": "FAILURE"
88
},
9-
{
10-
"metric": "line",
11-
"threshold": 80.0,
12-
"criticality": "UNSTABLE"
13-
},
14-
{
15-
"metric": "branch",
16-
"threshold": 80.0,
17-
"criticality": "UNSTABLE"
18-
},
199
{
2010
"metric": "bugs",
2111
"name": "Potential Bugs",

.github/quality-monitor.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
"tests": {
33
"name": "Tests",
44
"tools": [
5-
{
6-
"id": "junit",
7-
"name": "Unit Tests",
8-
"pattern": "**/target/surefire-reports/TEST*data*.xml"
9-
},
105
{
116
"id": "junit",
127
"icon": "rocket",

0 commit comments

Comments
 (0)