Fix Code coverage collection?
All checks were successful
Gitea - aviat/banker/pipeline/head This commit looks good

This commit is contained in:
Timothy Warren 2021-02-05 16:52:40 -05:00
parent dec0eaebe8
commit adb40903ae

2
Jenkinsfile vendored
View File

@ -40,7 +40,6 @@ pipeline {
}
post {
success {
steps {
sh 'php composer.phar run-script coverage'
step([
$class: 'CloverPublisher',
@ -51,4 +50,3 @@ pipeline {
}
}
}
}