Merge pull request #7262 from filecoin-project/chore/tweak-codecov-threshold

Increase threshold from 0.5% to 1%
This commit is contained in:
Łukasz Magiera 2021-09-02 22:30:02 +02:00 committed by GitHub
commit 212400b635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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