Skip to content

Commit f60f987

Browse files
committed
Add codecov
1 parent 244da23 commit f60f987

File tree

2 files changed

+276
-8
lines changed

2 files changed

+276
-8
lines changed

packages/cubejs-schema-compiler/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"node": ">=8.11.1"
1313
},
1414
"scripts": {
15-
"test": "mocha",
15+
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && codecov",
1616
"lint": "eslint adapter/*.js compiler/*.js extensions/*.js scaffolding/*.js parser/SqlParser.js"
1717
},
1818
"dependencies": {
@@ -38,6 +38,7 @@
3838
"eslint-config-airbnb-base": "^13.1.0",
3939
"eslint-plugin-import": "^2.16.0",
4040
"eslint-plugin-node": "^5.2.1",
41+
"istanbul": "^0.4.5",
4142
"mocha": "^3.4.2",
4243
"mssql": "^6.1.0",
4344
"mysql": "^2.17.1",

0 commit comments

Comments
 (0)