typescript-coverage-report icon indicating copy to clipboard operation
typescript-coverage-report copied to clipboard

refactor: generate html report using templated strings

Open sybers opened this issue 8 months ago • 1 comments

Hello 👋

This PR removes the react and react-dom dependencies (solves #125) and generates the html report using only templated strings.

It also improves the table on the summary page by using a fixed layout and ellipsis on long file names.

I also moved the function generating html report pages inside the html folder to scope them to this reporter

sybers avatar Jun 06 '24 10:06 sybers