Skip to content

Commit

Permalink
chore: remove exclude in nyc config
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Jan 20, 2024
1 parent 75a7308 commit 4f32346
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nyc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4f32346

Please sign in to comment.