Skip to content

first-try-software/simplecov-hypertext

 
 

Repository files navigation

Hypertext formatter for SimpleCov

SimpleCov-Hypertext is a SimpleCov formatter that generates hyperlinked HTML files for your code coverage data.

Forked from SimpleCov-HTML, which renders all of its output in a single HTML file. When run against large codebases, this can produce a single HTML file that is 100s of megabytes. Browsers have difficulty rendering HTML files that large. To solve that problem, SimpleCov-Hypertext creates one HTML file for every source file and a single index.html with links to them all.

Copyright

Copyright (c) 2025 Alan Ridlehoover and Fito von Zastrow. Copyright (c) 2010-2013 Christoph Olszowka.

See LICENSE for details.

About

Fork of HTML formatter for SimpleCov code coverage tool that supports large codebases

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 43.8%
  • CSS 36.2%
  • Ruby 11.1%
  • HTML 8.9%