From 4584733f6f7b183fe3e5d6ced5af4c3cf0e729d3 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 6 Dec 2018 13:48:06 +0700 Subject: [PATCH] Change coverage threshold --- .codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 2cdd0088..ec49f9c4 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -3,6 +3,6 @@ coverage: project: default: target: auto - threshold: 0.50 + threshold: 50 base: auto - patch: off \ No newline at end of file + patch: off