From e74c374783223346c3bab84a36400edf70f35c95 Mon Sep 17 00:00:00 2001 From: ZenGround0 Date: Fri, 20 Aug 2021 11:49:12 -0400 Subject: [PATCH] make everything informational=true to see if it works --- .codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index af1f68c59..8dd0547d9 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -19,23 +19,27 @@ coverage: markets: target: auto threshold: 0.1% + informational: true paths: - "markets" - "paychmgr" miner: target: auto threshold: 0.1% + informational: true paths: - "miner" - "storage" chain: target: auto threshold: 0.1% + informational: true paths: - "chain" node: target: auto threshold: 0.1% + informational: true paths: - "node" - "blockstore"