Skip to content

Commit

Permalink
Merge pull request #7151 from filecoin-project/fix/check-codecov-works
Browse files Browse the repository at this point in the history
Fix nits and see if codecov works now with auto
  • Loading branch information
ZenGround0 authored Aug 20, 2021
2 parents 57337c1 + b7cda68 commit de1c041
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ coverage:
project:
tools-and-tests:
target: auto
threshold: 0.1%
threshold: 0.5%
informational: true
paths:
- "testplans"
Expand All @@ -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"
Expand All @@ -49,17 +49,9 @@ coverage:
- "api"
- "journal"
cli:
target: 100%
threshold: 0.1%
target: auto
threshold: 0.5%
informational: true
paths:
- "cli"
- "cmd"








- "cmd"

0 comments on commit de1c041

Please sign in to comment.