File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 7272 "id": "spotbugs",
7373 "sourcePath": "src/main/java",
7474 "pattern": "**/target/spotbugsXml.xml"
75- },
76- {
77- "id": "error-prone",
78- "pattern": "**/maven.log"
79- }
80- ]
81- },
82- {
83- "name": "Vulnerabilities",
84- "id": "vulnerabilities",
85- "icon": "shield",
86- "tools": [
87- {
88- "id": "owasp-dependency-check",
89- "pattern": "**/target/dependency-check-report.json"
9075 }
9176 ]
9277 }
@@ -110,25 +95,6 @@ jobs:
11095 "pattern": "**/target/site/jacoco/jacoco.xml"
11196 }
11297 ]
113- },
114- {
115- "name": "Mutation Coverage",
116- "tools": [
117- {
118- "id": "pit",
119- "name": "Mutation Coverage",
120- "metric": "mutation",
121- "sourcePath": "src/main/java",
122- "pattern": "**/target/pit-reports/mutations.xml"
123- },
124- {
125- "id": "pit",
126- "name": "Test Strength",
127- "metric": "test-strength",
128- "sourcePath": "src/main/java",
129- "pattern": "**/target/pit-reports/mutations.xml"
130- }
131- ]
13298 }
13399 ],
134100 "metrics":
You can’t perform that action at this time.
0 commit comments