How can i show the Jest coverage report in my jenkins CI run? #272
Unanswered
saritvakrat
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I show in the report the jest coverage report as well?
Right now we use htmlpublisher in the job to parse the HTML file and present it, so when click the coverage its 404
We also use this config:
["jest-html-reporters", {
"publicPath": "./html_report",
"filename": "report.html",
"darkTheme": false,
"openReport": true,
"inlineSource": true,
"includeConsoleLog": true
}],
Beta Was this translation helpful? Give feedback.
All reactions