fix: exclude CLI file in nyc configuration

Closes #5
This commit is contained in:
Jovan Krunić
2019-01-28 11:17:27 +01:00
parent b623f1cb3b
commit c46dc1828c

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018 StApps
* Copyright (C) 2018, 2019 StApps
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3.
@@ -34,6 +34,7 @@ export const NYC_CONFIGURATION = {
'check-coverage': true,
exclude: [
'src/test/**/*.spec.ts',
'src/cli.ts',
],
extension: [
'.ts',