From 56acfe30afa17996a94a4cbeab761c3f94e7c620 Mon Sep 17 00:00:00 2001 From: ZenGround0 Date: Thu, 2 Sep 2021 16:03:55 -0400 Subject: [PATCH] 0.5% => 1% test threshold after seeing .75% in the wild --- .codecov.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 68a5ecc5a..c266bc3ea 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -19,7 +19,7 @@ coverage: project: tools-and-tests: target: auto - threshold: 0.5% + threshold: 1% informational: true paths: - "testplans" @@ -33,27 +33,27 @@ coverage: - "build" markets: target: auto - threshold: 0.5% + threshold: 1% informational: false paths: - "markets" - "paychmgr" miner: target: auto - threshold: 0.5% + threshold: 1% informational: false paths: - "miner" - "storage" chain: target: auto - threshold: 0.5% + threshold: 1% informational: false paths: - "chain" node: target: auto - threshold: 0.5% + threshold: 1% informational: false paths: - "node" @@ -66,7 +66,7 @@ coverage: - "journal" cli: target: auto - threshold: 0.5% + threshold: 1% informational: true paths: - "cli"