chore: add workflows

This commit is contained in:
Stevan Freeborn
2025-05-24 22:29:46 -05:00
parent 666193ff47
commit a3b3449382
3 changed files with 108 additions and 2 deletions
+1 -2
View File
@@ -6,9 +6,8 @@ export default defineConfig({
environment: 'node',
coverage: {
provider: 'istanbul',
reporter: ['text', 'html', 'json', 'lcov'],
reporter: ['text', 'html', 'json', 'lcov', 'cobertura'],
include: ['**/src/**/*.ts'],
exclude: ['**/src/index.ts'],
},
},
plugins: [swc.vite()],