Remove public coverage services

This commit is contained in:
Paul Campbell 2018-02-23 20:02:17 +00:00
parent 9cccc396be
commit ec7ef90268

6
Jenkinsfile vendored
View file

@ -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'