Skip to content

Commit

Permalink
add coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Sep 9, 2018
1 parent 39489ec commit 6bb7f67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -33,7 +33,8 @@
},
"scripts": {
"test": "ava",
"prepush": "npm test"
"prepush": "npm test",
"coverage": "nyc ava"
},
"dependencies": {
"async-ratelimiter": "~1.1.2",
Expand All @@ -51,6 +52,7 @@
"eslint-plugin-promise": "~4.0.0",
"eslint-plugin-standard": "~3.1.0",
"hapi": "~17.5.4",
"hoek": "~5.0.4"
"hoek": "~5.0.4",
"nyc": "~13.0.1"
}
}

0 comments on commit 6bb7f67

Please sign in to comment.