Merge pull request #7151 from filecoin-project/fix/check-codecov-works

Fix nits and see if codecov works now with auto
This commit is contained in:
ZenGround0 2021-08-20 13:35:19 -04:00 committed by GitHub
commit de1c041900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
@ -49,17 +49,9 @@ coverage:
- "api"
- "journal"
cli:
target: 100%
threshold: 0.1%
target: auto
threshold: 0.5%
informational: true
paths:
- "cli"
- "cmd"
- "cmd"