|
5 | 5 | { |
6 | 6 | "id": "junit", |
7 | 7 | "name": "Unit Tests", |
8 | | - "pattern": "**/target/surefire-reports/TEST*.xml" |
| 8 | + "pattern": "**/target/surefire-reports/TEST*util*.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 | }, |
|
93 | 99 | "scope": "new", |
94 | 100 | "sourcePath": "src/main/java", |
95 | 101 | "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 | 102 | } |
111 | 103 | ] |
112 | 104 | }, |
|
124 | 116 | "metric": "branch", |
125 | 117 | "sourcePath": "src/main/java", |
126 | 118 | "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 | 119 | } |
140 | 120 | ] |
141 | 121 | } |
|
0 commit comments