From ca6ab196e5d19ada470b9c73874197c13c2ce738 Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Thu, 26 Jan 2017 17:36:22 +0300 Subject: [PATCH] Require 100% patch coverage --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 1e8206fd7d6..f74364fed1c 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,7 +4,7 @@ coverage: status: patch: default: - target: 90 + target: 100 project: default: threshold: 1%