Version 5.1 - All the GraphQL #32
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -34,11 +34,9 @@ pipeline {
|
||||
sh 'php ./vendor/bin/phpunit --colors=never'
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
success {
|
||||
stage('Coverage') {
|
||||
agent any
|
||||
node {
|
||||
steps {
|
||||
sh 'php composer.phar run-script coverage'
|
||||
step([
|
||||
$class: 'CloverPublisher',
|
||||
|
Loading…
Reference in New Issue
Block a user