Yet another CI code coverage commit
This commit is contained in:
parent
fb327f0c58
commit
cc3b999bc5
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -34,7 +34,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'phpdbg -qrr -- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml --colors=never'
|
||||
sh 'phpdbg -dmemory_limit=-1 -qrr -- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml --colors=never'
|
||||
step([
|
||||
$class: 'CloverPublisher',
|
||||
cloverReportDir: '',
|
||||
|
Loading…
Reference in New Issue
Block a user