Skip to content

Commit

Permalink
[INTERNAL] Coverage: Include lbt again, adopt threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 authored and tobiasso85 committed Dec 17, 2018
1 parent 1c0e763 commit 9980cb1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,16 @@
"docs/**",
"jsdocs/**",
"coverage/**",
"test/**",
"lib/lbt/**"
"test/**"
],
"check-coverage": true,
"lines": 60,
"statements": 60,
"lines": 55,
"statements": 55,
"functions": 50,
"branches": 30,
"watermarks": {
"lines": [
60,
55,
90
],
"functions": [
Expand All @@ -81,7 +80,7 @@
70
],
"statements": [
60,
55,
90
]
},
Expand Down

0 comments on commit 9980cb1

Please sign in to comment.