Use jenkins version for codecov
This commit is contained in:
parent
ff3ab06d90
commit
7d9f3aebae
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue