We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d730a1f commit b0bbf20Copy full SHA for b0bbf20
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "test": "mocha --require blanket -R mocha-lcov-reporter --reporter-options output=coverage __tests__/*.js"
+ "test": "mocha --require blanket -R mocha-lcov-reporter --reporter-options=\"output=$GITHUB_WORKSPACE/coverage/coverage.lcov\" __tests__/*.js"
8
},
9
"keywords": [],
10
"author": "",
0 commit comments