I am using jest-junit to create a JUnit .xml report file. This report contains information on my test suites and test cases.
However I am trying to figure out what are the tools/options to generate a Junit xml report that includes also line coverage (like a lcov coverage report has for example, but it's not in JUnit format).
Is it possible to have jest-junit include line coverage in its produced report file?
Do you know if there is a conversion that can be made, if not?
Thank you in advance.
I am using jest-junit to create a JUnit .xml report file. This report contains information on my test suites and test cases.
However I am trying to figure out what are the tools/options to generate a Junit xml report that includes also line coverage (like a lcov coverage report has for example, but it's not in JUnit format).
Is it possible to have jest-junit include line coverage in its produced report file?
Do you know if there is a conversion that can be made, if not?
Thank you in advance.