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 11:04:22 -04:00
parent d688dbdd2f
commit f242b0dbfa
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -34,6 +34,7 @@ pipeline {
}
}
steps {
sh 'apk update'
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([