From 9d31c2a0a71d8da277ebabca16061d78fa059f9a Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Fri, 12 Jul 2019 15:10:41 -0700 Subject: [PATCH] dont require diffs to have a percentage coverage greater than the previous diff (#36090) --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index e86d3d82bfb32..c6a4af56e639f 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -6,7 +6,7 @@ coverage: # basic target: 0% threshold: 0% - base: auto + base: 0% # advanced branches: null if_no_uploads: error