Skip to content

Commit a598235

Browse files
committed
resolving empty coverage
1 parent 6ef048c commit a598235

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 nyc report CE/lcov--reporter=lcov > lcov.info"
7+
"test": "mocha --require blanket __tests__/*.js && nyc --reporter=lcov > $GITHUB_WORKSPACE/lcov.info"
88
},
99
"keywords": [],
1010
"author": "",

0 commit comments

Comments
 (0)