diff --git a/.gitignore b/.gitignore index c0bf6a6..e50c275 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .rvmrc .bundle +/tmp ## MAC OS .DS_Store diff --git a/README.md b/README.md index 7765da8..b023929 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # SimpleCov Rcov Formatter gem +![SimpleCov Rcov logo](http://farm7.static.flickr.com/6066/6092747137_965f5816ea_o.gif) + Is a Rcov style formatter for the ruby 1.9+ coverage gem: [SimpleCov](http://github.com/colszowka/simplecov). The target of this formatter is to cheat on **Hudson** so I can use the [Ruby metrics plugin](http://github.com/hudson/rubymetrics-plugin) with **SimpleCov**. diff --git a/etc/simplecov_rcov_logo.gif b/etc/simplecov_rcov_logo.gif new file mode 100644 index 0000000..c63772d Binary files /dev/null and b/etc/simplecov_rcov_logo.gif differ