Yet another CI code coverage commit

This commit is contained in:
Timothy Warren 2020-03-12 10:36:20 -04:00
parent 2958307115
commit dccc578395

2
Jenkinsfile vendored
View File

@ -34,7 +34,7 @@ pipeline {
} }
} }
steps { steps {
sh 'phpdbg -qrr -- ./vendor/bin/phpunit --colors=never' sh 'phpdbg -qrr -- ./vendor/bin/phpunit --colors=never -c build'
step([ step([
$class: 'CloverPublisher', $class: 'CloverPublisher',
cloverReportDir: '', cloverReportDir: '',