Skip to content

Commit

Permalink
fix: set code coverage to 50% (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele authored Dec 17, 2021
1 parent a286c82 commit c9d2d62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nyc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"check-coverage": true,
"lines": 90,
"statements": 90,
"functions": 90,
"branches": 90,
"lines": 50,
"statements": 50,
"functions": 50,
"branches": 50,
"reporter": ["lcov", "text"],
"extension": [".ts"],
"include": ["**/*.ts"],
Expand Down

0 comments on commit c9d2d62

Please sign in to comment.