From e8806e548bd4ae103b28b3af4578fd28ac20d52b Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Wed, 17 Feb 2016 06:00:12 +0100 Subject: [PATCH] fix coverage --- ts/npmts.tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/npmts.tests.ts b/ts/npmts.tests.ts index 8eb84b2..0f6dd87 100644 --- a/ts/npmts.tests.ts +++ b/ts/npmts.tests.ts @@ -4,7 +4,7 @@ module NpmtsTests { var done = plugins.q.defer(); var config = configArg; var istanbul = function () { - var stream = plugins.gulp.src([plugins.path.join(paths.cwd,"dist/index.js")]) + var stream = plugins.gulp.src([plugins.path.join(paths.cwd,"dist/*.js")]) // Covering files .pipe(plugins.g.istanbul()) // Force `require` to return covered files