fix: remove wrong excluded path from nyc config

Fixes #16
This commit is contained in:
Karl-Philipp Wulfert
2019-05-16 14:21:37 +02:00
committed by Sebastian Lange
parent 73e6f2413b
commit cf81c1e520

View File

@@ -548,7 +548,6 @@ export function getRules(configuration: Configuration): Rules {
branches: 95,
'check-coverage': true,
exclude: [
'src/test/**/*.spec.ts',
'src/cli.ts',
],
extension: [