diff --git a/Jenkinsfile b/Jenkinsfile index 06a19f5..7444576 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { } stage('Publish Coverage') { steps { - sh 'curl -s https://codecov.io/bash | bash -s' + sh 'curl -s https://codecov.io/bash | bash -s || echo "Codecov did not collect coverage reports"' sh './mvnw test jacoco:report coveralls:report' } }