diff --git a/.codecov.yml b/.codecov.yml index eec1d59ce..dd6142925 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -16,7 +16,6 @@ ignore: coverage: status: patch: off - threshold: 1% project: tools-and-tests: target: auto @@ -35,27 +34,27 @@ coverage: markets: target: auto threshold: 1% - informational: false + informational: true paths: - "markets" - "paychmgr" miner: target: auto threshold: 1.5% - informational: false + informational: true paths: - "miner" - "storage" chain: target: auto threshold: 1% - informational: false + informational: true paths: - "chain" node: target: auto threshold: 1% - informational: false + informational: true paths: - "node" - "blockstore"