From ad9b077fece2e71ad47e32172225ffc5bac33d8f Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Mon, 8 Jul 2019 19:17:35 -0700 Subject: [PATCH] set tool coverage target of zero percent (#35767) --- .codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index c55086100d..e86d3d82bf 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,8 +4,8 @@ coverage: project: default: # basic - target: 10% - threshold: 10% + target: 0% + threshold: 0% base: auto # advanced branches: null