Sha256: 23b45e0065ab709c951044418f3b5030e1482531d4ecffe17ae8be2ce0b85b91

Contents?: true

Size: 1.15 KB

Versions: 7

Compression:

Stored size: 1.15 KB

Contents

Default HTML formatter for SimpleCov
====================================

***Note: To learn more about SimpleCov, check out the main repo at https://github.com/colszowka/simplecov***

Generates a nice HTML report of your SimpleCov ruby code coverage results on Ruby 2.4+ using client-side Javascript
quite extensively.


Note on Patches/Pull Requests
-----------------------------

The formatter itself has no actual tests. Instead, it is tested in the cucumber features of simplecov itself. If you
modify the formatter, please make sure the simplecov test suites still pass by doing the following:

  * Clone simplecov into the parent directory of your simplecov-html checkout
  * `cd` there, run `bundle`
  * You should end up with all dev dependencies installed and simplecov-html being used from your disk
  * Run the tests (units and features)

Please remember to add tests if you add functionality.

**Important:** If you modify the JS/CSS assets, you'll have to precompile them using `rake assets:compile` - otherwise,
your changes will not be included in your coverage reports.


Copyright
---------

Copyright (c) 2010-2013 Christoph Olszowka. See LICENSE for details.

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/simplecov-html-0.12.2/README.md
simplecov-html-0.12.2 README.md
simplecov-html-0.12.1 README.md
simplecov-html-0.12.0 README.md
simplecov-html-0.11.0 README.md
simplecov-html-0.11.0.beta2 README.md
simplecov-html-0.11.0.beta1 README.md