Skip to content

Commit 7a8ee42

Browse files
committed
Enable all metrics.
1 parent 08dc1b4 commit 7a8ee42

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

.github/workflows/quality-monitor.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,6 @@ jobs:
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":

0 commit comments

Comments
 (0)