jenkinsfile: qualify native coverage report

This commit is contained in:
Frédéric Péters 2018-04-26 08:29:02 +02:00
parent cc5a6f44d6
commit af96b4f5f9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -37,7 +37,7 @@ pipeline {
keepAll: true,
reportDir: 'htmlcov',
reportFiles: 'index.html',
reportName: 'Coverage Report',
reportName: 'Coverage Report (native)',
reportTitles: ''
]
script {