diff --git a/nyc.config.js b/nyc.config.js deleted file mode 100644 index 187bf8c0..00000000 --- a/nyc.config.js +++ /dev/null @@ -1,10 +0,0 @@ -module.exports = { - reporter: ["text", "lcov"], - "check-coverage": true, - all: true, - // https://reflectoring.io/100-percent-test-coverage/ - branches: 95, - lines: 95, - functions: 95, - statements: 95, -};