Merge pull request #8600 from filecoin-project/chore/codecov

chore:ci:make codecov quiet
This commit is contained in:
Łukasz Magiera 2022-05-04 16:41:12 -04:00 committed by GitHub
commit 4fcc9a1b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,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"