Yet another CI code coverage commit
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2020-03-12 10:49:32 -04:00
parent 177eeaaef5
commit 0d0a3309fb
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -34,6 +34,9 @@ pipeline {
}
}
steps {
sh 'apk update && apk upgrade'
sh 'which phpdbg'
sh 'phpdbg -V'
sh 'phpdbg -dmemory_limit=-1 -qrr -- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml --colors=never'
step([
$class: 'CloverPublisher',