Skip to content

Commit

Permalink
fix: fix branch coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed May 30, 2020
1 parent c3f5c26 commit b7e8bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100,
"branches": 50,
"reporter": [
"lcov",
"html",
Expand Down

0 comments on commit b7e8bde

Please sign in to comment.