Fix Code coverage collection?
All checks were successful
Gitea - aviat/banker/pipeline/head This commit looks good
All checks were successful
Gitea - aviat/banker/pipeline/head This commit looks good
This commit is contained in:
parent
dec0eaebe8
commit
adb40903ae
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -40,7 +40,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
steps {
|
|
||||||
sh 'php composer.phar run-script coverage'
|
sh 'php composer.phar run-script coverage'
|
||||||
step([
|
step([
|
||||||
$class: 'CloverPublisher',
|
$class: 'CloverPublisher',
|
||||||
@ -50,5 +49,4 @@ pipeline {
|
|||||||
junit 'build/logs/junit.xml'
|
junit 'build/logs/junit.xml'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user