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'