File tree Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Original file line number Diff line number Diff line change 5656 "tools": [
5757 {
5858 "id": "junit",
59- "name": "JUnit Tests",
60- "pattern": "**/target/*-reports/TEST*.xml"
59+ "name": "Unit Tests",
60+ "pattern": "**/target/surefire-reports/TEST*util*.xml"
61+ },
62+ {
63+ "id": "junit",
64+ "icon": "rocket",
65+ "name": "Integration tests",
66+ "pattern": "**/target/failsafe-reports/TEST*.xml"
67+ },
68+ {
69+ "id": "junit",
70+ "icon": "no_entry",
71+ "name": "Architecture tests",
72+ "pattern": "**/target/surefire-reports/TEST*archunit*.xml"
6173 }
6274 ]
6375 },
8597 "id": "spotbugs",
8698 "sourcePath": "src/main/java",
8799 "pattern": "**/target/spotbugsXml.xml"
88- },
89- {
90- "id": "error-prone",
91- "pattern": "**/maven.log"
92- }
93- ]
94- },
95- {
96- "name": "API Problems",
97- "id": "api",
98- "icon": "no_entry_sign",
99- "tools": [
100- {
101- "id": "revapi",
102- "sourcePath": "src/main/java",
103- "pattern": "**/target/revapi-result.json"
104100 }
105101 ]
106102 },
You can’t perform that action at this time.
0 commit comments