From cf81c1e5201213dd9302ecf302b372073f1c480e Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Thu, 16 May 2019 14:21:37 +0200 Subject: [PATCH] fix: remove wrong excluded path from nyc config Fixes #16 --- src/common.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common.ts b/src/common.ts index 24948e86..7d55302a 100644 --- a/src/common.ts +++ b/src/common.ts @@ -548,7 +548,6 @@ export function getRules(configuration: Configuration): Rules { branches: 95, 'check-coverage': true, exclude: [ - 'src/test/**/*.spec.ts', 'src/cli.ts', ], extension: [