From 5fa48dfa9856c29e1fe06932577655040a3e8b60 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Wed, 12 Dec 2018 07:09:27 +0100 Subject: [PATCH] Swap codecov targets around --- .codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index a4f9bd39..62be777b 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,7 +4,7 @@ coverage: status: project: default: - target: 20% + target: auto patch: default: - target: auto + target: 20%