No release in over 3 years
Hypertext formatter for SimpleCov code coverage tool that supports large codebases.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

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.