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 244da23 commit f60f987Copy full SHA for f60f987
packages/cubejs-schema-compiler/package.json
@@ -12,7 +12,7 @@
12
"node": ">=8.11.1"
13
},
14
"scripts": {
15
- "test": "mocha",
+ "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && codecov",
16
"lint": "eslint adapter/*.js compiler/*.js extensions/*.js scaffolding/*.js parser/SqlParser.js"
17
18
"dependencies": {
@@ -38,6 +38,7 @@
38
"eslint-config-airbnb-base": "^13.1.0",
39
"eslint-plugin-import": "^2.16.0",
40
"eslint-plugin-node": "^5.2.1",
41
+ "istanbul": "^0.4.5",
42
"mocha": "^3.4.2",
43
"mssql": "^6.1.0",
44
"mysql": "^2.17.1",
0 commit comments