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

This commit is contained in:
Timothy Warren 2020-03-12 11:04:22 -04:00
parent d688dbdd2f
commit f242b0dbfa

1
Jenkinsfile vendored
View File

@ -34,6 +34,7 @@ pipeline {
} }
} }
steps { steps {
sh 'apk update'
sh 'apk add --no-cache git php7-phpdbg' 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' sh 'phpdbg -dmemory_limit=2g -qrr -- ./vendor/bin/phpunit --coverage-text --coverage-clover clover.xml --colors=never'
step([ step([