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