Skip to content

Commit 99d4230

Browse files
committed
resolving empty coverage more
1 parent f64ae13 commit 99d4230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "mocha --require blanket __tests__/*.js && nyc --report-dir=$GITHUB_WORKSPACE report --reporter=lcov > $GITHUB_WORKSPACE/lcov.info"
7+
"test": "mocha --require blanket __tests__/*.js && nyc --report-dir=$GITHUB_WORKSPACE nyc report --reporter=lcov > lcov.info"
88
},
99
"keywords": [],
1010
"author": "",

0 commit comments

Comments
 (0)