Skip to content

Commit

Permalink
[INTERNAL] package.json: Increase coverage requirements and watermarks
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Jan 11, 2019
1 parent 7b77b59 commit bb2fcf2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,25 +62,25 @@
"test/**"
],
"check-coverage": true,
"lines": 55,
"statements": 55,
"functions": 50,
"branches": 30,
"statements": 85,
"branches": 70,
"functions": 90,
"lines": 85,
"watermarks": {
"lines": [
55,
"statements": [
70,
90
],
"functions": [
50,
"branches": [
70,
90
],
"branches": [
30,
70
"functions": [
70,
90
],
"statements": [
55,
"lines": [
70,
90
]
},
Expand Down

0 comments on commit bb2fcf2

Please sign in to comment.