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
I noticed that the HTML output is somewhat dated, and I think it can be improved in several ways:
Drop support for IE. This means we can remove all shims.
Drop jquery. Everything can be done using vanilla JS nowadays.
Drop bootstrap and use minimal custom CSS to achieve the same result.
Merge all output in one HTML file.
I think specifically the last improvement would be nice. It will make it much easier to deploy an xcov artefact on CI systems. Instead of having to copy or zip up a whole folder, everything will be nice and contained in one HTML file.
I can take a shot a creating new templates, if people are open to it.
The text was updated successfully, but these errors were encountered:
I noticed that the HTML output is somewhat dated, and I think it can be improved in several ways:
I think specifically the last improvement would be nice. It will make it much easier to deploy an xcov artefact on CI systems. Instead of having to copy or zip up a whole folder, everything will be nice and contained in one HTML file.
I can take a shot a creating new templates, if people are open to it.
The text was updated successfully, but these errors were encountered: