try another one

This commit is contained in:
zenground0 2022-05-04 16:09:10 -04:00
parent 1740dcb90a
commit 0b5e40f455

View File

@ -16,7 +16,6 @@ ignore:
coverage: coverage:
status: status:
patch: off patch: off
threshold: 1%
project: project:
tools-and-tests: tools-and-tests:
target: auto target: auto
@ -35,27 +34,27 @@ coverage:
markets: markets:
target: auto target: auto
threshold: 1% threshold: 1%
informational: false informational: true
paths: paths:
- "markets" - "markets"
- "paychmgr" - "paychmgr"
miner: miner:
target: auto target: auto
threshold: 1.5% threshold: 1.5%
informational: false informational: true
paths: paths:
- "miner" - "miner"
- "storage" - "storage"
chain: chain:
target: auto target: auto
threshold: 1% threshold: 1%
informational: false informational: true
paths: paths:
- "chain" - "chain"
node: node:
target: auto target: auto
threshold: 1% threshold: 1%
informational: false informational: true
paths: paths:
- "node" - "node"
- "blockstore" - "blockstore"