diff --git a/Jenkinsfile b/Jenkinsfile index 7444576..29c1f92 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { } stage('Publish Coverage') { steps { - sh 'curl -s https://codecov.io/bash | bash -s || echo "Codecov did not collect coverage reports"' + 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' } }