Skip to content

Commit

Permalink
chore: exclude src/cli from coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
Erick2280 committed Dec 7, 2024
1 parent b865115 commit ab0fa83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default defineConfig({
...configDefaults.exclude,
'commitlint.config.js',
'src/configuring/web-get-parser.ts',
'src/cli',
],
reporter: ['json-summary', 'json', 'text'],
},
Expand Down

0 comments on commit ab0fa83

Please sign in to comment.