make everything informational=true to see if it works
This commit is contained in:
parent
ece154d73b
commit
e74c374783
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user