Clover code coverage, try again
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2020-03-11 14:59:34 -04:00
parent 64e2aa7a9b
commit 1e4735ee38
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
sh 'phpdbg -dffi.enable=1 -qrr -- ./vendor/bin/phpunit --coverage-text --coverage-clover clover.xml --colors=never -c phpunit.xml tests'
step([
$class: 'CloverPublisher',
cloverReportDir: 'target/site',
cloverReportDir: '',
cloverReportFileName: 'clover.xml',
])
}