Publish Codecov first to check if that works okay

This commit is contained in:
Paul Campbell 2018-02-23 19:14:40 +00:00
parent 78e7cff5f5
commit ff3ab06d90

2
Jenkinsfile vendored
View file

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