Skip to content

Commit

Permalink
fix: fixed nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Jul 8, 2020
1 parent 19eb378 commit 5366de8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,5 @@
],
"report-dir": "./coverage",
"temp-dir": "./.nyc_output",

"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100,
"reporter": ["lcov", "html", "text"]

}
}

0 comments on commit 5366de8

Please sign in to comment.