Allow for more threshold buffer

This commit is contained in:
ZenGround0 2021-08-20 13:10:17 -04:00
parent abb0ea01a7
commit b7cda68c1c

View File

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