From 7baa696a763c9133b42b3fd3b842231bfd367860 Mon Sep 17 00:00:00 2001 From: wangfengming Date: Wed, 15 Jul 2020 14:11:59 +0800 Subject: [PATCH] :feat: coverage ignore file `src/import-dotx/import-dotx.ts` --- .nycrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.nycrc b/.nycrc index 41a461385e..2c14e11a79 100644 --- a/.nycrc +++ b/.nycrc @@ -8,7 +8,8 @@ "src/**/*.ts" ], "exclude": [ - "src/**/*.spec.ts" + "src/**/*.spec.ts", + "src/import-dotx/import-dotx.ts" ], "reporter": [ "lcov",