Skip to content

Commit

Permalink
☂️ Setup nyc
Browse files Browse the repository at this point in the history
screendriver committed Nov 14, 2018
1 parent 263063c commit 3fd6d3c
Showing 3 changed files with 708 additions and 7 deletions.
9 changes: 9 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"exclude": [
"**/*.test.*",
],
"reporter": [
"lcov",
"json"
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@
"@types/tape": "4.2.32",
"codecov": "3.1.0",
"husky": "1.1.4",
"nyc": "13.1.0",
"prettier": "1.15.2",
"pretty-quick": "1.8.0",
"source-map-support": "0.5.9",
705 changes: 698 additions & 7 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 3fd6d3c

Please sign in to comment.