Skip to content

Commit

Permalink
gitignore coverage.html and updated coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Lacey authored and Shane Lacey committed Aug 26, 2016
1 parent 249e3e7 commit 50170d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ node_modules
.node_repl_history

docs/annotated
docs/coverage.html
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "lab -v -L -t 74",
"test-html": "lab -v -L -t 74 -r html > testcov.html",
"coveralls": "lab -s -P test -r lcov | coveralls",
"coverage": "lab -v -P test -L -t 74 -r html > coverage.html",
"coverage": "lab -v -P test -L -t 74 -r html > docs/coverage.html",
"annotate": "docco entity.js lib/*.js -o docs/annotated"
},
"dependencies": {
Expand Down

0 comments on commit 50170d1

Please sign in to comment.