From 4f32346092b8cc70dbdcb49061ebe95f77818dd1 Mon Sep 17 00:00:00 2001 From: Albert Hernandez Pellicer Date: Sat, 20 Jan 2024 10:16:46 +0100 Subject: [PATCH] chore: remove exclude in nyc config --- nyc.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/nyc.config.js b/nyc.config.js index 92b7f88..30d49ec 100644 --- a/nyc.config.js +++ b/nyc.config.js @@ -2,7 +2,6 @@ const MIN_COVERAGE = 80; const config = { all: true, - exclude: ["src/main.ts", "src/log-and-exit-uncaught-exceptions.ts"], "check-coverage": false, branches: MIN_COVERAGE, lines: MIN_COVERAGE,