diff options
author | 2018-09-18 22:14:26 +0200 | |
---|---|---|
committer | 2018-09-18 22:14:26 +0200 | |
commit | 004e5c2f086c5c7a6984c4091bf963969dfd6fe6 (patch) | |
tree | 2a3c6c4e5136aec447cfe932f6fc54fd84b74df7 /CONTRIBUTING.md | |
parent | Add missing `application_import_names`. (diff) |
Add coverage line to `CONTRIBUTING.md`.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |