I want to convert istanbul
coverage report file fetched from client in JSON format to html format. Currently I'm using remap-istanbul
for this but actually that particular that particular tool is designed to remap coverage data for code which was originally written in different languages (like typescript).
So I guess whether there's more convenient way to do the same
I guess as istanbul has decided to move towards mono-repo, you will not be able to do the above mentioned method if you use mono-repo istanbul.
You can do something as described here: link . You can generate a coverage map and then pass it to generate the report in the desired format.