From b7cda68c1c35fb5174c32d1bdb7d1f23b292fea7 Mon Sep 17 00:00:00 2001 From: ZenGround0 Date: Fri, 20 Aug 2021 13:10:17 -0400 Subject: [PATCH] Allow for more threshold buffer --- .codecov.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 342fd0205..a70061aaa 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -3,7 +3,7 @@ coverage: project: tools-and-tests: target: auto - threshold: 0.1% + threshold: 0.5% informational: true paths: - "testplans" @@ -17,27 +17,27 @@ coverage: - "build" markets: target: auto - threshold: 0.1% + threshold: 0.5% informational: false paths: - "markets" - "paychmgr" miner: target: auto - threshold: 0.1% + threshold: 0.5% informational: false paths: - "miner" - "storage" chain: target: auto - threshold: 0.1% + threshold: 0.5% informational: false paths: - "chain" node: target: auto - threshold: 0.1% + threshold: 0.5% informational: false paths: - "node" @@ -50,7 +50,7 @@ coverage: - "journal" cli: target: auto - threshold: 0.1% + threshold: 0.5% informational: true paths: - "cli"