Allow for more threshold buffer
This commit is contained in:
parent
abb0ea01a7
commit
b7cda68c1c
12
.codecov.yml
12
.codecov.yml
@ -3,7 +3,7 @@ coverage:
|
||||
project:
|
||||
tools-and-tests:
|
||||
target: auto
|
||||
threshold: 0.1%
|
||||
threshold: 0.5%
|
||||
informational: true
|
||||
paths:
|
||||
- "testplans"
|
||||
@ -17,27 +17,27 @@ coverage:
|
||||
- "build"
|
||||
markets:
|
||||
target: auto
|
||||
threshold: 0.1%
|
||||
threshold: 0.5%
|
||||
informational: false
|
||||
paths:
|
||||
- "markets"
|
||||
- "paychmgr"
|
||||
miner:
|
||||
target: auto
|
||||
threshold: 0.1%
|
||||
threshold: 0.5%
|
||||
informational: false
|
||||
paths:
|
||||
- "miner"
|
||||
- "storage"
|
||||
chain:
|
||||
target: auto
|
||||
threshold: 0.1%
|
||||
threshold: 0.5%
|
||||
informational: false
|
||||
paths:
|
||||
- "chain"
|
||||
node:
|
||||
target: auto
|
||||
threshold: 0.1%
|
||||
threshold: 0.5%
|
||||
informational: false
|
||||
paths:
|
||||
- "node"
|
||||
@ -50,7 +50,7 @@ coverage:
|
||||
- "journal"
|
||||
cli:
|
||||
target: auto
|
||||
threshold: 0.1%
|
||||
threshold: 0.5%
|
||||
informational: true
|
||||
paths:
|
||||
- "cli"
|
||||
|
Loading…
Reference in New Issue
Block a user