From 7672976f476387ade172481165b3c6ca6274a548 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Thu, 12 Mar 2020 11:04:22 -0400 Subject: [PATCH] Yet another CI code coverage commit --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 12ec1c99..11e48b16 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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([