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