Skip to content

Commit

Permalink
(travis) fix coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
GochoMugo committed Aug 5, 2015
1 parent 826b377 commit 243152e
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "grunt test",
"test-coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.*.js"
"test-coverage": "istanbul cover _mocha --report lcovonly -- -R spec test.*.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 243152e

Please sign in to comment.