From 004e5c2f086c5c7a6984c4091bf963969dfd6fe6 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Tue, 18 Sep 2018 22:14:26 +0200 Subject: Add coverage line to `CONTRIBUTING.md`. --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 36152fc5..f36899ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,6 +16,7 @@ contributions may be rejected on the basis of a contributor failing to follow th own merge request. If you do this, we suggest following these guidelines when interacting with their repository as well. 1. **Adhere to the prevailing code style**, which we enforce using [flake8](http://flake8.pycqa.org/en/latest/index.html). + * Keep the coverage at 100%. Your reason not to do so is not good enough. * Additionally, run `flake8` against your code before you push it. Your commit will be rejected by the build server if it fails to lint. 1. **Don't fight the framework**. Every framework has its flaws, but the frameworks we've picked out have been carefully -- cgit v1.2.3