Change to export codecoverage as json (#102)

This commit is contained in:
Daniel Tschinder 2016-08-30 23:50:56 +02:00 committed by GitHub
parent e0b2c86950
commit dc56c0b54d

View File

@ -36,7 +36,7 @@
},
"scripts": {
"build": "babel src --out-dir lib",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"coverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json",
"lint": "kcheck",
"prepublish": "cross-env BABEL_ENV=production npm run build",
"preversion": "npm run test",