Set code projects as non-informational

This commit is contained in:
ZenGround0 2021-08-20 12:43:18 -04:00
parent b026c70f79
commit c7aac60c6f

View File

@ -18,27 +18,27 @@ coverage:
markets: markets:
target: auto target: auto
threshold: 0.1% threshold: 0.1%
informational: true informational: false
paths: paths:
- "markets" - "markets"
- "paychmgr" - "paychmgr"
miner: miner:
target: auto target: auto
threshold: 0.1% threshold: 0.1%
informational: true informational: false
paths: paths:
- "miner" - "miner"
- "storage" - "storage"
chain: chain:
target: auto target: auto
threshold: 0.1% threshold: 0.1%
informational: true informational: false
paths: paths:
- "chain" - "chain"
node: node:
target: auto target: auto
threshold: 0.1% threshold: 0.1%
informational: true informational: false
paths: paths:
- "node" - "node"
- "blockstore" - "blockstore"
@ -51,7 +51,7 @@ coverage:
cli: cli:
target: 100% target: 100%
threshold: 0.1% threshold: 0.1%
informational: false informational: true
paths: paths:
- "cli" - "cli"
- "cmd" - "cmd"