Skip to content

Commit 383f926

Browse files
committed
Remove PIT evaluation from quality monitor
PIT is not enabled in this project.
1 parent b85fa4c commit 383f926

File tree

2 files changed

+9
-29
lines changed

2 files changed

+9
-29
lines changed

.github/quality-monitor-pr.json

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@
55
{
66
"id": "junit",
77
"name": "Unit Tests",
8-
"pattern": "**/target/surefire-reports/TEST*.xml"
8+
"pattern": "**/target/surefire-reports/TEST*forensics*.xml"
9+
},
10+
{
11+
"id": "junit",
12+
"icon": "rocket",
13+
"name": "Integration Tests",
14+
"pattern": "**/target/failsafe-reports/TEST*.xml"
915
},
1016
{
1117
"id": "junit",
1218
"icon": "no_entry",
1319
"name": "Architecture Tests",
14-
"pattern": "**/target/archunit-reports/TEST*.xml"
20+
"pattern": "**/target/surefire-reports/TEST*archunit*.xml"
1521
}
1622
]
1723
},
@@ -93,20 +99,6 @@
9399
"scope": "new",
94100
"sourcePath": "src/main/java",
95101
"pattern": "**/target/site/jacoco/jacoco.xml"
96-
},
97-
{
98-
"id": "pit",
99-
"scope": "new",
100-
"metric": "mutation",
101-
"sourcePath": "src/main/java",
102-
"pattern": "**/target/pit-reports/mutations.xml"
103-
},
104-
{
105-
"id": "pit",
106-
"metric": "test-strength",
107-
"scope": "new",
108-
"sourcePath": "src/main/java",
109-
"pattern": "**/target/pit-reports/mutations.xml"
110102
}
111103
]
112104
},
@@ -124,18 +116,6 @@
124116
"metric": "branch",
125117
"sourcePath": "src/main/java",
126118
"pattern": "**/target/site/jacoco/jacoco.xml"
127-
},
128-
{
129-
"id": "pit",
130-
"metric": "mutation",
131-
"sourcePath": "src/main/java",
132-
"pattern": "**/target/pit-reports/mutations.xml"
133-
},
134-
{
135-
"id": "pit",
136-
"metric": "test-strength",
137-
"sourcePath": "src/main/java",
138-
"pattern": "**/target/pit-reports/mutations.xml"
139119
}
140120
]
141121
}

.github/quality-monitor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
"icon": "shield",
7676
"tools": [
7777
{
78-
"icon": "shield",
7978
"id": "owasp-dependency-check",
79+
"icon": "shield",
8080
"pattern": "**/target/dependency-check-report.json"
8181
}
8282
]

0 commit comments

Comments
 (0)