Skip to content

Commit

Permalink
publish coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
c835722 committed Sep 22, 2016
1 parent 25d0948 commit b0bd495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ node {

stage "test"
sh "npm test"
publishHTML([allowMissing: false, alwaysLinkToLastBuild: false, keepAll: false, reportDir: 'uakari/coverage/lcov-report', reportFiles: 'index.html', reportName: 'HTML Report'])
}

stage name: "perf-test", concurrency: 3
Expand Down

0 comments on commit b0bd495

Please sign in to comment.