From: David ‘Bombe’ Roden Date: Wed, 1 Jan 2025 20:51:36 +0000 (+0100) Subject: 💚 Remove invocation of Jenkins’ jacoco plugin in CI build X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=ece8ebd41ae1e6fb6c9e287633f7b1ec6b16ee1b;p=jFCPlib.git 💚 Remove invocation of Jenkins’ jacoco plugin in CI build --- diff --git a/Jenkinsfile b/Jenkinsfile index ae1f7c2..29fc553 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,6 @@ pipeline { post { always { junit 'target/surefire-reports/*.xml' - jacoco classPattern: 'target/classes/*/main', sourcePattern: '**/src/main/' recordCoverage(tools: [[parser: 'JACOCO', pattern: '**/jacoco.xml']]) } }