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:57:19 -04:00
parent 0d0a3309fb
commit d688dbdd2f
1 changed files with 2 additions and 4 deletions

6
Jenkinsfile vendored
View File

@ -34,10 +34,8 @@ 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'
sh 'apk add --no-cache git php7-phpdbg'
sh 'phpdbg -dmemory_limit=2g -qrr -- ./vendor/bin/phpunit --coverage-text --coverage-clover clover.xml --colors=never'
step([
$class: 'CloverPublisher',
cloverReportDir: '',