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,