Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize HTML templates #207

Open
wvteijlingen opened this issue May 11, 2022 · 0 comments
Open

Modernize HTML templates #207

wvteijlingen opened this issue May 11, 2022 · 0 comments

Comments

@wvteijlingen
Copy link

wvteijlingen commented May 11, 2022

I noticed that the HTML output is somewhat dated, and I think it can be improved in several ways:

  1. Drop support for IE. This means we can remove all shims.
  2. Drop jquery. Everything can be done using vanilla JS nowadays.
  3. Drop bootstrap and use minimal custom CSS to achieve the same result.
  4. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant