mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +00:00
Tweaks to html report
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -87,11 +87,11 @@ pipeline {
|
||||
archiveArtifacts allowEmptyArchive: false, artifacts: 'bin/*'
|
||||
publishHTML([
|
||||
allowMissing: false,
|
||||
alwaysLinkToLastBuild: true,
|
||||
alwaysLinkToLastBuild: false,
|
||||
keepAll: false,
|
||||
reportDir: 'backend-coverage',
|
||||
reportFiles: 'index.html',
|
||||
reportName: 'Backend Coverage',
|
||||
reportDir: 'html-reports',
|
||||
reportFiles: 'backend-coverage.html',
|
||||
reportName: 'HTML Reports',
|
||||
useWrapperFileDirectly: true
|
||||
])
|
||||
}
|
||||
|
Reference in New Issue
Block a user