From 7a8ee42af1af74758237cd235565bb101a9a0750 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Wed, 13 Nov 2024 20:40:54 +0100 Subject: [PATCH] Enable all metrics. --- .github/workflows/quality-monitor.yml | 34 --------------------------- 1 file changed, 34 deletions(-) diff --git a/.github/workflows/quality-monitor.yml b/.github/workflows/quality-monitor.yml index 31894ac..b27513d 100644 --- a/.github/workflows/quality-monitor.yml +++ b/.github/workflows/quality-monitor.yml @@ -72,21 +72,6 @@ jobs: "id": "spotbugs", "sourcePath": "src/main/java", "pattern": "**/target/spotbugsXml.xml" - }, - { - "id": "error-prone", - "pattern": "**/maven.log" - } - ] - }, - { - "name": "Vulnerabilities", - "id": "vulnerabilities", - "icon": "shield", - "tools": [ - { - "id": "owasp-dependency-check", - "pattern": "**/target/dependency-check-report.json" } ] } @@ -110,25 +95,6 @@ jobs: "pattern": "**/target/site/jacoco/jacoco.xml" } ] - }, - { - "name": "Mutation Coverage", - "tools": [ - { - "id": "pit", - "name": "Mutation Coverage", - "metric": "mutation", - "sourcePath": "src/main/java", - "pattern": "**/target/pit-reports/mutations.xml" - }, - { - "id": "pit", - "name": "Test Strength", - "metric": "test-strength", - "sourcePath": "src/main/java", - "pattern": "**/target/pit-reports/mutations.xml" - } - ] } ], "metrics":