Skip to content

Commit

Permalink
test: add coverage report on test
Browse files Browse the repository at this point in the history
  • Loading branch information
othiym23 committed Dec 3, 2015
1 parent 578d7fa commit 2114f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@
DEADJOE

node_modules
.nyc_output/
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Generate a unique character string suitible for use in files and URLs.",
"main": "index.js",
"scripts": {
"test": "standard && tap test"
"test": "standard && tap --coverage test"
},
"keywords": [],
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
Expand Down

0 comments on commit 2114f2a

Please sign in to comment.