Sha256: 9e4ff753dff4833f37367ca39941bc190415876944f2387a1bb589af862e8157
Contents?: true
Size: 1.41 KB
Versions: 1
Compression:
Stored size: 1.41 KB
Contents
## Alternate coverage report formatters The community around simplecov provides a whole bunch of alternate formatters beyond the official [simplecov-html](https://github.com/colszowka/simplecov-html) gem. If you have built or found one that is missing here, please send a Pull Request for this document! #### [simplecov-badge](https://github.com/matthew342/simplecov-badge) *by Matt Hale* A formatter that generates a coverage badge for use in your project's readme using ImageMagick. #### [simplecov-cobertura](https://github.com/dashingrocket/simplecov-cobertura) *by Jesse Bowes* A formatter that generates Cobertura XML. #### [simplecov-csv](https://github.com/fguillen/simplecov-csv) *by Fernando Guillen* CSV formatter for SimpleCov #### [simplecov-json](https://github.com/vicentllongo/simplecov-json) *by Vicent Llongo* JSON formatter for SimpleCov #### [simplecov-rcov](https://github.com/fguillen/simplecov-rcov) *by Fernando Guillen* "The target of this formatter is to cheat on Hudson so I can use the Ruby metrics plugin with SimpleCov." #### [simplecov-single_file_reporter](https://github.com/grosser/simplecov-single_file_reporter) *by [Michael Grosser](http://grosser.it)* A formatter that prints the coverage of the file under test when you run a single test file. #### [simplecov-t_wada](https://github.com/ysksn/simplecov-t_wada) *by [Yosuke Kabuto](https://github.com/ysksn)* t_wada AA formatter for SimpleCov
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simplecov-0.15.1 | doc/alternate-formatters.md |