Skip to content

Commit

Permalink
refactor: Exclude src/cli.ts from test coverage results
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Mar 29, 2024
1 parent bd3aac7 commit b8b200b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"extends": "@istanbuljs/nyc-config-typescript",
"reporter": ["lcov", "text", "text-summary"],
"include": ["src/**"],
"exclude": [
"src/cli.ts"
],
"check-coverage": true,
"statements": 72,
"branches": 61,
Expand Down

0 comments on commit b8b200b

Please sign in to comment.