Skip to content

Commit

Permalink
Merge pull request #7262 from filecoin-project/chore/tweak-codecov-th…
Browse files Browse the repository at this point in the history
…reshold

Increase threshold from 0.5% to 1%
  • Loading branch information
magik6k authored Sep 2, 2021
2 parents c9bf20e + 56acfe3 commit 212400b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ coverage:
project:
tools-and-tests:
target: auto
threshold: 0.5%
threshold: 1%
informational: true
paths:
- "testplans"
Expand All @@ -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"
Expand All @@ -66,7 +66,7 @@ coverage:
- "journal"
cli:
target: auto
threshold: 0.5%
threshold: 1%
informational: true
paths:
- "cli"
Expand Down

0 comments on commit 212400b

Please sign in to comment.