Skip to content

Commit

Permalink
Remove vite.config.ts from coverage listing (#2097)
Browse files Browse the repository at this point in the history
Fixes #2096

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the testing framework configuration to include
`vite.config.ts`, enhancing testing coverage and reliability of the
build process.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
drazisil authored Aug 27, 2024
1 parent d0bdb42 commit 995eebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineConfig({
"src/**/*.test.ts",
"bin/**/*.ts",
"interfaces",
"vite.config.ts"
],
reporter: ["lcov", "text", "cobertura"],
},
Expand Down

0 comments on commit 995eebd

Please sign in to comment.