From 472b05370ea560fe33aa76b89622f3472da5b84a Mon Sep 17 00:00:00 2001 From: Artem Chernikov Date: Sun, 6 Jul 2014 23:43:07 +0200 Subject: [PATCH] Add coverage improval remark [ci ckip] --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 417df04b..134f0e98 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,8 +11,10 @@ In particular, this community seeks the following types of contributions: * Prerequisites: familiarity with [GitHub Pull Requests](https://help.github.com/articles/using-pull-requests) and issues. * Fork the repository and make a pull-request with your changes * Make sure that the test suite passes (we have [travis](https://travis-ci.org/openSUSE/osem) enabled) before you request a pull and that you comply to our ruby styleguide (we make use of [hound-ci](https://houndci.com/)). - * Please make sure to mind what travis and hound tell you! :-) -* One of the OSEM maintainers will review your pull-request + * Please make sure to mind what travis tell you! :-) + * Please increase code coverage by you pull request (coveralls or simplecov locally will give you insight) + +* One of the OSEM maintainers will review your pull-request * If you are already a contributor (means you're in the [group osem-committers](https://github.com/orgs/openSUSE/teams/osem-committers)) and you get a positive review, you can merge your pull-request yourself * If you are not a contributor already please request a merge via the pull-request comments * Run rubocop locally for fixes according to HoundCI comments