From fe05d1b459bff715fd73c09a93d5b96537f3f361 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Mon, 20 Jan 2020 10:39:11 +0800 Subject: [PATCH] =?UTF-8?q?nyc:=20measure=20coverage=20of=20all=20files=20?= =?UTF-8?q?(except=20benchmark=20and=20polyfi=E2=80=A6=20(#2361)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .nycrc.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.nycrc.yml b/.nycrc.yml index f6ead2c2e3..ee5019fd26 100644 --- a/.nycrc.yml +++ b/.nycrc.yml @@ -1,7 +1,10 @@ +all: true include: - 'src/' exclude: - 'src/polyfills' + - '**/*-benchmark.js' + - '**/*.d.ts' clean: true temp-directory: 'coverage/tests' report-dir: 'coverage/tests'