removes codecov from front-end tests

This commit is contained in:
bergquist
2018-04-16 11:39:09 +02:00
parent 738fb29134
commit 6c6b74fc39
5 changed files with 3 additions and 28 deletions
-1
View File
@@ -102,7 +102,6 @@
"watch": "webpack --progress --colors --watch --config scripts/webpack/webpack.dev.js",
"build": "grunt build",
"test": "grunt test",
"test:coverage": "grunt test --coverage=true",
"lint": "tslint -c tslint.json --project tsconfig.json --type-check",
"karma": "grunt karma:dev",
"jest": "jest --notify --watch",