Merge pull request #394 from openSUSE/review_140729_do_not_accept_decreased_code_coverage

Add line about coverage decrease
This commit is contained in:
Artem Chernikov 2014-07-30 12:00:23 +02:00
commit 9dc847671c

View file

@ -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 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