Skip to content

Commit

Permalink
test: enforce 100% coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Apr 10, 2024
1 parent 50df904 commit 04cd914
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nyc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ module.exports = {
],
/* Unknown why we don't get 100% coverage on Windows. */
'check-coverage': !isWindows,
branches: 99, // Raise this again once we fix up stale tests.
functions: 99,
lines: 99,
statements: 99
branches: 100,
functions: 100,
lines: 100,
statements: 100
}

0 comments on commit 04cd914

Please sign in to comment.