Skip to content

Commit eed6018

Browse files
committedJun 8, 2020
Switch code coverage checker from instanbul to c8
1 parent 5dec724 commit eed6018

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"node": ">=0.10.0"
2323
},
2424
"scripts": {
25-
"coverage": "istanbul cover _mocha -- --grep .",
26-
"coverage-open": "open coverage/lcov-report/index.html",
25+
"coverage": "c8 _mocha --grep .",
2726
"test": "mocha --reporter spec --grep ."
2827
},
2928
"browser": {
@@ -36,7 +35,7 @@
3635
"unorm": "*",
3736
"errto": "*",
3837
"async": "*",
39-
"istanbul": "*",
38+
"c8": "*",
4039
"semver": "6.1.2",
4140
"iconv": "2"
4241
},

0 commit comments

Comments
 (0)
Please sign in to comment.