Yet another CI code coverage commit

This commit is contained in:
Timothy Warren 2020-03-12 11:09:56 -04:00
parent e0fa618b4e
commit 9b33a45189
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
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'
sh 'phpdbg -qrr -- ./vendor/bin/phpunit --coverage-clover clover.xml --colors=never'
step([
$class: 'CloverPublisher',
cloverReportDir: '',