From 5e2b5b39ef46be1187fde9e5b92f320be3f21934 Mon Sep 17 00:00:00 2001 From: Christoph Olszowka Date: Wed, 12 Feb 2014 11:45:36 +0100 Subject: [PATCH] Added notice about #281 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eafc341b..62a9afee 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ SimpleCov [![Build Status](https://secure.travis-ci.org/colszowka/simplecov.png) * [Mailing List] * [Continuous Integration] +### Important Notice: There is currently a bug that affects exit code handling on the 0.8 line of SimpleCov, see [#281](https://github.com/colszowka/simplecov/issues/281). Please use `gem 'simplecov', '~> 0.7.1'` until this is resolved. + [Coverage]: http://www.ruby-doc.org/stdlib-1.9.3/libdoc/coverage/rdoc/Coverage.html "API doc for Ruby 1.9's Coverage library" [Source Code]: https://github.com/colszowka/simplecov "Source Code @ GitHub" [API documentation]: http://rubydoc.info/gems/simplecov/frames "RDoc API Documentation at Rubydoc.info"