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:
|
project:
|
||||||
tools-and-tests:
|
tools-and-tests:
|
||||||
target: auto
|
target: auto
|
||||||
threshold: 0.1%
|
threshold: 0.5%
|
||||||
informational: true
|
informational: true
|
||||||
paths:
|
paths:
|
||||||
- "testplans"
|
- "testplans"
|
||||||
@ -17,27 +17,27 @@ coverage:
|
|||||||
- "build"
|
- "build"
|
||||||
markets:
|
markets:
|
||||||
target: auto
|
target: auto
|
||||||
threshold: 0.1%
|
threshold: 0.5%
|
||||||
informational: false
|
informational: false
|
||||||
paths:
|
paths:
|
||||||
- "markets"
|
- "markets"
|
||||||
- "paychmgr"
|
- "paychmgr"
|
||||||
miner:
|
miner:
|
||||||
target: auto
|
target: auto
|
||||||
threshold: 0.1%
|
threshold: 0.5%
|
||||||
informational: false
|
informational: false
|
||||||
paths:
|
paths:
|
||||||
- "miner"
|
- "miner"
|
||||||
- "storage"
|
- "storage"
|
||||||
chain:
|
chain:
|
||||||
target: auto
|
target: auto
|
||||||
threshold: 0.1%
|
threshold: 0.5%
|
||||||
informational: false
|
informational: false
|
||||||
paths:
|
paths:
|
||||||
- "chain"
|
- "chain"
|
||||||
node:
|
node:
|
||||||
target: auto
|
target: auto
|
||||||
threshold: 0.1%
|
threshold: 0.5%
|
||||||
informational: false
|
informational: false
|
||||||
paths:
|
paths:
|
||||||
- "node"
|
- "node"
|
||||||
@ -50,7 +50,7 @@ coverage:
|
|||||||
- "journal"
|
- "journal"
|
||||||
cli:
|
cli:
|
||||||
target: auto
|
target: auto
|
||||||
threshold: 0.1%
|
threshold: 0.5%
|
||||||
informational: true
|
informational: true
|
||||||
paths:
|
paths:
|
||||||
- "cli"
|
- "cli"
|
||||||
|
Loading…
Reference in New Issue
Block a user