From 3fd89c7e030d944dc679a597c834fc740d3dd58d Mon Sep 17 00:00:00 2001 From: Artem Chernikov Date: Tue, 29 Jul 2014 22:26:37 +0200 Subject: [PATCH] Add line about coverage decrease --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e51e1425..f740bc4a 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,9 @@ bundle exec guard This uses [spring](https://github.com/rails/spring) to provide a [fast feedback loop for the red/green cycle](http://bitzesty.com/blog/2013/05/enable-tdd-with-faster-ruby-on-rails-stack-reloading/). +Generally, no PR with decreased test coverage should not be accepted. Please look closely on comments which been provided +by Coveralls in your PR. + ## Style We are using [rubocop](https://github.com/bbatsov/rubocop) as a style checker. It is running each time