diff --git a/.github/actions/java-test/action.yaml b/.github/actions/java-test/action.yaml index 36dd15f580..78eebf40e8 100644 --- a/.github/actions/java-test/action.yaml +++ b/.github/actions/java-test/action.yaml @@ -30,7 +30,7 @@ inputs: required: false default: '' upload-test-reports: - description: 'Whether to upload test results including coverage to GitHub' + description: 'Whether to upload test results to GitHub' required: false default: 'false' skip-native-build: diff --git a/pom.xml b/pom.xml index 3288c69fa7..23a3c08bb2 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,6 @@ under the License. 18.3.0 1.9.13 2.43.0 - 0.8.11 4.13.6 2.0.17 33.2.1-jre @@ -1041,11 +1040,6 @@ under the License. flatten-maven-plugin ${flatten-maven-plugin.version} - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - org.codehaus.mojo build-helper-maven-plugin @@ -1304,25 +1298,6 @@ under the License. - - org.jacoco - jacoco-maven-plugin - - - default-prepare-agent - - prepare-agent - - - - report - test - - report - - - -