From fec1fe8dc12d9e6321d4ffa38dfc2ecfb453bf79 Mon Sep 17 00:00:00 2001 From: Maruf Rasully <100434800+marufrasully@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:01:28 +0200 Subject: [PATCH] fix: remove nyc cofig.js --- nyc.config.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 nyc.config.js diff --git a/nyc.config.js b/nyc.config.js deleted file mode 100644 index 187bf8c02..000000000 --- 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, -};