From 76cb8ca00b068a968dabf04dba65d06fb8e0efe6 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Thu, 12 Mar 2020 10:49:32 -0400 Subject: [PATCH] Yet another CI code coverage commit --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index b3eea6ae..50c3ef8b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,6 +34,9 @@ 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' step([ $class: 'CloverPublisher',