From c7aac60c6f52916c5a4156ea8b2dfddce8b0349b Mon Sep 17 00:00:00 2001 From: ZenGround0 Date: Fri, 20 Aug 2021 12:43:18 -0400 Subject: [PATCH] Set code projects as non-informational --- .codecov.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index d60b65319d5..abf40b8ec35 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -18,27 +18,27 @@ coverage: markets: target: auto threshold: 0.1% - informational: true + informational: false paths: - "markets" - "paychmgr" miner: target: auto threshold: 0.1% - informational: true + informational: false paths: - "miner" - "storage" chain: target: auto threshold: 0.1% - informational: true + informational: false paths: - "chain" node: target: auto threshold: 0.1% - informational: true + informational: false paths: - "node" - "blockstore" @@ -51,7 +51,7 @@ coverage: cli: target: 100% threshold: 0.1% - informational: false + informational: true paths: - "cli" - "cmd"