|
5 | 5 | { |
6 | 6 | "id": "junit", |
7 | 7 | "name": "Unit Tests", |
8 | | - "pattern": "**/target/surefire-reports/TEST*.xml" |
| 8 | + "pattern": "**/target/surefire-reports/TEST*data*.xml" |
| 9 | + }, |
| 10 | + { |
| 11 | + "id": "junit", |
| 12 | + "icon": "rocket", |
| 13 | + "name": "Integration Tests", |
| 14 | + "pattern": "**/target/failsafe-reports/TEST*.xml" |
9 | 15 | }, |
10 | 16 | { |
11 | 17 | "id": "junit", |
12 | 18 | "icon": "no_entry", |
13 | 19 | "name": "Architecture Tests", |
14 | | - "pattern": "**/target/archunit-reports/TEST*.xml" |
| 20 | + "pattern": "**/target/surefire-reports/TEST*archunit*.xml" |
15 | 21 | } |
16 | 22 | ] |
17 | 23 | }, |
|
51 | 57 | } |
52 | 58 | ] |
53 | 59 | }, |
54 | | - { |
55 | | - "name": "API Problems", |
56 | | - "id": "api", |
57 | | - "icon": "no_entry_sign", |
58 | | - "tools": [ |
59 | | - { |
60 | | - "id": "revapi", |
61 | | - "sourcePath": "src/main/java", |
62 | | - "pattern": "**/target/revapi-result.json" |
63 | | - } |
64 | | - ] |
65 | | - }, |
66 | 60 | { |
67 | 61 | "name": "Vulnerabilities", |
68 | 62 | "id": "vulnerabilities", |
|
93 | 87 | "scope": "new", |
94 | 88 | "sourcePath": "src/main/java", |
95 | 89 | "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" |
110 | 90 | } |
111 | 91 | ] |
112 | 92 | }, |
|
124 | 104 | "metric": "branch", |
125 | 105 | "sourcePath": "src/main/java", |
126 | 106 | "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" |
139 | 107 | } |
140 | 108 | ] |
141 | 109 | } |
|
0 commit comments