From 2c91d5b0a2e2181c5d22e1bde57f6970f3a3c5e3 Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Fri, 24 Dec 2021 20:06:46 -0500 Subject: [PATCH] remove removed config --- nyc.config.js | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 nyc.config.js diff --git a/nyc.config.js b/nyc.config.js deleted file mode 100644 index c217a6737..000000000 --- a/nyc.config.js +++ /dev/null @@ -1,33 +0,0 @@ -module.exports = { - - all: true, - - include: [ - 'packages/cli/src/commands/*.js', - 'packages/cli/src/lib/*.js', - 'packages/cli/src/lifecycles/*.js', - 'packages/cli/src/plugins/*.js', - 'packages/plugin-*/src/*.js' - ], - - reporter: [ - 'cobertura', - 'html', - 'text', - 'text-summary' - ], - - checkCoverage: true, - - statements: 75, - branches: 60, - functions: 80, - lines: 75, - - watermarks: { - statements: [75, 85], - branches: [75, 85], - functions: [75, 85], - lines: [75, 85] - } -}; \ No newline at end of file