From d257a6c9f83acc660ddff5383b4ce45730663702 Mon Sep 17 00:00:00 2001 From: Mergul Date: Wed, 13 May 2020 16:24:32 +0200 Subject: [PATCH] Updated codecov.yml --- codecov.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index a6afdbc..f3e0d9b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,12 @@ ignore: - "tests/*" - - "**/traits*" \ No newline at end of file + - "**/traits*" + +coverage: + status: + project: + default: + threshold: 5 + patch: + default: + threshold: 5 \ No newline at end of file