From 0d0a3309fba31a50e1581eb9c5f500ffe92e5893 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',