Change to export codecoverage as json (#102)
This commit is contained in:
parent
e0b2c86950
commit
dc56c0b54d
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user