Attempt to log unit test output
Some checks failed
Gitea - aviat/banker/pipeline/head There was a failure building this commit
Some checks failed
Gitea - aviat/banker/pipeline/head There was a failure building this commit
This commit is contained in:
parent
354912a6c9
commit
ca37e716fd
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -38,7 +38,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("Coverage") {
|
||||
}
|
||||
post {
|
||||
success {
|
||||
steps {
|
||||
sh 'php composer.phar run-script coverage'
|
||||
step([
|
||||
@ -46,6 +48,7 @@ pipeline {
|
||||
cloverReportDir: '',
|
||||
cloverReportFileName: 'build/logs/clover.xml',
|
||||
])
|
||||
junit 'build/logs/junit.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user