Skip to content

Commit cf4c76b

Browse files
added export as lcov script
Signed-off-by: NeelParihar <neel@terminusdb.com>
1 parent 9e7fff4 commit cf4c76b

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
@@ -72,7 +72,7 @@
7272
"lint:check": "eslint .",
7373
"lint": "eslint --fix .",
7474
"build": "webpack --mode production",
75-
"coveralls-after": "nyc report --reporter=text-lcov | coveralls",
75+
"coveralls-after": "nyc --reporter=lcov mocha --require @babel/register --require @babel/preset-env",
7676
"npm:publish": "npm publish --access public",
7777
"test-single": "mocha $1",
7878
"woql-test": "mocha test/woqlTripleBuilder.spec.js test/woql.spec.js test/woqlTripleBuilder01.spec.js test/woqlExtra.spec.js",

0 commit comments

Comments
 (0)