Sha256: bd3beea580e2237f0c60fb9c6478f64d320e4f94a6b366ef1fd03037893ac644
Contents?: true
Size: 721 Bytes
Versions: 2
Compression:
Stored size: 721 Bytes
Contents
= SimpleCov CSV Formatter gem Is a Rcov style formatter for the ruby 1.9+ coverage gem: {SimpleCov}[http://github.com/colszowka/simplecov] This formatter only generate one general index.html. The target of this formatter is to cheat on Hudson so I can use the {Ruby metrics plugin}[http://github.com/hudson/rubymetrics-plugin] == Install $ [sudo] gem install simplecov_rcov == Usage require 'simplecov_csv' SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter == TODO The actual version generates only one simple */rcov/index.html* file. == Credits Author:: Fernando Guillen: http://fernandoguillen.info Copyright:: Copyright (c) 2010 Fernando Guillen License:: Released under the MIT license.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simplecov-rcov-0.1.1 | README.rdoc |
simplecov-rcov-0.1.0 | README.rdoc |