# Pastebin qqT07VoN def testa = [ allowMissing: false, alwaysLinkToLastBuild: false, keepAll: true ] def testme = testa + [ reportDir: 'coverage', reportFiles: 'index.html', reportName: "RCov Report" ] publishHTML target:testme