diff --git a/package.json b/package.json index bb0f5d3..04e7db2 100644 --- a/package.json +++ b/package.json @@ -63,17 +63,14 @@ "license": "MIT", "main": "lib/index.js", "nyc": { - "lines": 100, - "statements": 100, - "functions": 100, - "branches": 100, "include": [ "lib/*.js", "!lib/*.bundle.js" ], "reporter": [ - "lcov", - "text" + "json", + "text", + "html" ], "all": true }, @@ -101,9 +98,8 @@ }, "scripts": { "clean": "rimraf test/fixtures/.tmp && rimraf coverage && rimraf .nyc_output", - "codecov": "codecov", + "codecov": "codecov -f coverage/coverage-final.json", "compile": "rimraf lib && babel src --only index.js --source-maps --out-dir lib && rollup -c build/rollup.config.js", - "coverage": "nyc check-coverage", "lint": "eslint src test package.json", "prepare": "npm run compile", "prepublishOnly": "npm run compile",