simplecov-html
simplecov-html copied to clipboard
HTML formatter for SimpleCov code coverage tool for ruby 1.9+
See https://github.com/simplecov-ruby/simplecov/pull/987. ## Main page header view: ## Main page table view: ## Single file header view:
There have been a lot of great fixes since the last release, can we make a new release? https://github.com/simplecov-ruby/simplecov-html/compare/v0.12.3...main Thanks!
by running `FileUtils#cp_r` with the `:remove_destination` option enabled. This makes asset copying more robust in the face of restrictive permissions on asset file destination paths. This should be safe and...
I think this issue stems from the fact this library does not clear out the `coverage` directory before it runs. If it simply **removed the `coverage` directory before starting**, it...
If an existing symbolic link exists inside the `coverage` directory, it can overwrite arbitrary files elsewhere on the system. This is also true for hard-linked files. This library MUST remove...
For https://gitlab-org.gitlab.io/gitlab/coverage-ruby/ it would be nice to show MB on the loading progress bar. The page itself is 163 MB. Quite a huge coverage to load.
This is a follow-up of https://github.com/simplecov-ruby/simplecov/issues/679 I'm having a 100% test coverage with some missed lines  I suggest to stick with using `Float#floor` instead of `round` as simplecov...
- Put percentage first and then covered and total counts in brackets afterwards. Percentage is most critical at a quick glance. - Put line and brnach coverage on separate lines....
I am trying to fix this issue https://github.com/simplecov-ruby/simplecov-html/issues/58 This is a generated coverage file [coverage.zip](https://github.com/simplecov-ruby/simplecov-html/files/8790450/coverage.zip) based on my gem, please open the index.html file https://www.loom.com/share/b263c41540f348f899b191953a13a2c5 I would like to refactor...