Skip to content

Commit

Permalink
coverage 80%
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Mar 14, 2017
1 parent e40d15c commit f41eb9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"Oisín Hennessy (https://github.com/code-jace)"
],
"scripts": {
"test": "lab test/*.test.js -c -r console -v -L -t 58",
"test": "lab test/*.test.js -c -r console -v -L -t 80",
"annotate": "docco mem-store.js -o docs/annotated",
"coveralls": "lab test -v -r lcov | coveralls",
"coverage": "lab -v -P test -L -t 58 -r html > docs/coverage.html"
"coverage": "lab -v -P test -L -t 80 -r html > docs/coverage.html"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f41eb9f

Please sign in to comment.