diff --git a/.nycrc b/.nycrc index 4b47da6ce..3b57f7d39 100644 --- a/.nycrc +++ b/.nycrc @@ -2,6 +2,9 @@ "extends": "@istanbuljs/nyc-config-typescript", "reporter": ["lcov", "text", "text-summary"], "include": ["src/**"], + "exclude": [ + "src/cli.ts" + ], "check-coverage": true, "statements": 72, "branches": 61,