Yet another CI code coverage commit
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2020-03-12 10:40:39 -04:00
parent dccc578395
commit 3827ef326d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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