From db9f58074933f3b2ab04b153085fa353f84e6884 Mon Sep 17 00:00:00 2001 From: mdevils Date: Wed, 27 Aug 2014 04:44:37 +0400 Subject: [PATCH] More precise coverage collection. --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 13c8364be..8e5a58728 100644 --- a/package.json +++ b/package.json @@ -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" }, @@ -59,7 +59,13 @@ "-s", "lib/**/*.js", "-t", - "test/**/*.js" + "test/**/*.js", + "-S", + "relative", + "-O", + "sources=lib", + "-O", + "tests=test" ] }, "scripts": {