You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using a CI tool that only takes one html as report. Which doesn't include the assets dir. I am think if we can move our images / stylesheets / javascripts to a CDN. Or just put all of them in the bottom of the html page. So the coverage folder will only have one html page (index.html).
Thanks,
Hao
The text was updated successfully, but these errors were encountered:
This would help with Gitlab CI as well. You either can specify a single file which gives you a convenient link in your merge requests, or a folder, which means you have to click an extra 3-4 times to open the coverage report's index.html. If the assets were inline, the experience would be much quicker/nicer.
Hi,
First of all, thanks for providing such good lib!
We are using a CI tool that only takes one html as report. Which doesn't include the assets dir. I am think if we can move our images / stylesheets / javascripts to a CDN. Or just put all of them in the bottom of the html page. So the coverage folder will only have one html page (index.html).
Thanks,
Hao
The text was updated successfully, but these errors were encountered: