File tree Expand file tree Collapse file tree 2 files changed +9
-29
lines changed
Expand file tree Collapse file tree 2 files changed +9
-29
lines changed Original file line number Diff line number Diff line change 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 },
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 },
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 }
Original file line number Diff line number Diff line change 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 ]
You can’t perform that action at this time.
0 commit comments