return back threshold and ignore sections

This commit is contained in:
Anton Kaliaev 2018-03-05 15:16:24 +04:00
parent 3cedd8cf07
commit 630d54c95a
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,9 @@ coverage:
range: "70...100"
status:
project: on
project:
default:
threshold: 1%
patch: on
changes: off
@ -14,3 +16,8 @@ comment:
require_changes: no
require_base: no
require_head: yes
ignore:
- "docs"
- "*.md"
- "*.rst"