Skip to content

Commit

Permalink
chore: reduce required code coverage to 80. Log messages don't need t…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
mefellows committed Jun 8, 2020
1 parent e4a52b8 commit ec503fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
],
"sourceMap": true,
"instrument": true,
"lines": 90,
"statements": 90,
"functions": 90,
"branches": 90
"lines": 80,
"statements": 80,
"functions": 80,
"branches": 80
}

0 comments on commit ec503fd

Please sign in to comment.