0.5% => 1% test threshold after seeing .75% in the wild

This commit is contained in:
ZenGround0 2021-09-02 16:03:55 -04:00
parent baa1ec098d
commit 56acfe30af

View File

@ -19,7 +19,7 @@ coverage:
project: project:
tools-and-tests: tools-and-tests:
target: auto target: auto
threshold: 0.5% threshold: 1%
informational: true informational: true
paths: paths:
- "testplans" - "testplans"
@ -33,27 +33,27 @@ coverage:
- "build" - "build"
markets: markets:
target: auto target: auto
threshold: 0.5% threshold: 1%
informational: false informational: false
paths: paths:
- "markets" - "markets"
- "paychmgr" - "paychmgr"
miner: miner:
target: auto target: auto
threshold: 0.5% threshold: 1%
informational: false informational: false
paths: paths:
- "miner" - "miner"
- "storage" - "storage"
chain: chain:
target: auto target: auto
threshold: 0.5% threshold: 1%
informational: false informational: false
paths: paths:
- "chain" - "chain"
node: node:
target: auto target: auto
threshold: 0.5% threshold: 1%
informational: false informational: false
paths: paths:
- "node" - "node"
@ -66,7 +66,7 @@ coverage:
- "journal" - "journal"
cli: cli:
target: auto target: auto
threshold: 0.5% threshold: 1%
informational: true informational: true
paths: paths:
- "cli" - "cli"