From 9bc2beec13af77f721d14d975dd6eef5571c2f49 Mon Sep 17 00:00:00 2001 From: Bartlomiej Obecny Date: Thu, 21 May 2020 15:19:56 +0200 Subject: [PATCH] chore: fixing a list of files to be in unit test coverage report --- .nycrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.nycrc b/.nycrc index f8e60152fa8..47b8c170df5 100644 --- a/.nycrc +++ b/.nycrc @@ -4,11 +4,14 @@ ], "exclude": [ "**/*.d.ts", - "build/**/**/*.js", + "build/**/*.*", "src/index.ts", - "karma.conf.js", + "src/platform/**/index.ts", "src/platform/browser/*.ts", - "test/index-webpack.ts", + "src/version.ts", + "test/**/*.*", + ".eslintrc.js", + "karma.conf.js", "webpack/*.js" ], "all": true