REMOVE coverage reporting

This commit is contained in:
Norbert de Langen 2017-07-04 22:03:44 +02:00
parent c713fdc37a
commit 1dbfc36750

View File

@ -11,7 +11,7 @@
"test": "jest",
"posttest": "npm run lint",
"compile": "tsc",
"coverage": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"coverage": "jest --coverage",
"watch": "tsc -w",
"lint": "tslint 'src/*.ts*' && tslint 'test/*.ts*'"
},