From ec7ef90268504cf3e60497c8f413a48c68f3980f Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 23 Feb 2018 20:02:17 +0000 Subject: [PATCH] Remove public coverage services --- Jenkinsfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 29c1f92..2bdcaa8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,12 +14,6 @@ pipeline { archiveArtifacts '**/target/*.jar' } } - stage('Publish Coverage') { - steps { - sh 'curl -s https://codecov.io/bash | bash -s - -t ${CODECOV_REPO_TOKEN} || echo "Codecov did not collect coverage reports"' - sh './mvnw test jacoco:report coveralls:report' - } - } stage('Deploy') { steps { sh './mvnw -Dskip-Tests=true -P release -B deploy'