From 630d54c95a9e84f085528de067bb90707ab22e11 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Mon, 5 Mar 2018 15:16:24 +0400 Subject: [PATCH] return back threshold and ignore sections --- codecov.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index bb23ad4a3..3ef46b7ff 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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"