Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
More precise coverage collection.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevils committed Aug 27, 2014
1 parent d97aa5f commit db9f580
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"hooker": "~0.2.3",
"jshint": "~2.5.0",
"mocha": "~1.21.4",
"separated-coverage": "~2.0.5",
"separated-coverage": "^2.1.0",
"sinon": "~1.10.0",
"xml2js": "~0.4.2"
},
Expand All @@ -59,7 +59,13 @@
"-s",
"lib/**/*.js",
"-t",
"test/**/*.js"
"test/**/*.js",
"-S",
"relative",
"-O",
"sources=lib",
"-O",
"tests=test"
]
},
"scripts": {
Expand Down

0 comments on commit db9f580

Please sign in to comment.