Skip to content

Commit

Permalink
ignore trpc plugin in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mildronize committed Jan 21, 2024
1 parent 219017c commit bab800d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ export default defineConfig({
...configDefaults.coverage.exclude ?? [],
'scripts',
'examples',
/**
* Ignore tRPC plugins, it's unstable yet.
*/
'packages/trpc-azure-functions',
]
},
},
Expand Down

0 comments on commit bab800d

Please sign in to comment.