diff --git a/package.json b/package.json index 3ee060d..4ce9b3e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "eslint {src,test}/**/*.ts", "lint:fix": "eslint --fix {src,test}/**/*.ts", "package": "ncc build --source-map --license LICENSE", - "test": "ava", + "test": "c8 --reporter=lcov ava", "all": "npm run build && npm run format && npm run lint && npm run package && npm test" }, "repository": {