Use jenkins version for codecov

This commit is contained in:
Paul Campbell 2018-02-23 19:20:49 +00:00
parent ff3ab06d90
commit 7d9f3aebae

2
Jenkinsfile vendored
View file

@ -16,7 +16,7 @@ pipeline {
}
stage('Publish Coverage') {
steps {
sh 'bash <(curl -s https://codecov.io/bash)'
sh 'curl -s https://codecov.io/bash | bash -s'
sh './mvnw test jacoco:report coveralls:report'
}
}