make everything informational=true to see if it works

This commit is contained in:
ZenGround0 2021-08-20 11:49:12 -04:00
parent ece154d73b
commit e74c374783

View File

@ -19,23 +19,27 @@ coverage:
markets: markets:
target: auto target: auto
threshold: 0.1% threshold: 0.1%
informational: true
paths: paths:
- "markets" - "markets"
- "paychmgr" - "paychmgr"
miner: miner:
target: auto target: auto
threshold: 0.1% threshold: 0.1%
informational: true
paths: paths:
- "miner" - "miner"
- "storage" - "storage"
chain: chain:
target: auto target: auto
threshold: 0.1% threshold: 0.1%
informational: true
paths: paths:
- "chain" - "chain"
node: node:
target: auto target: auto
threshold: 0.1% threshold: 0.1%
informational: true
paths: paths:
- "node" - "node"
- "blockstore" - "blockstore"