Skip to content

Commit

Permalink
add lint for coverage as well
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydbenson committed Sep 15, 2015
1 parent 097062b commit 0e1401a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html"
"test-cov-html": "lab -a code -r html -o coverage.html -L"
},
"license": "BSD-3-Clause"
}

0 comments on commit 0e1401a

Please # to comment.