mirror of
https://github.com/kevinthedang/discord-ollama.git
synced 2026-08-08 23:54:01 -04:00
switch coverage to codecov
This commit is contained in:
+3
-2
@@ -6,8 +6,9 @@ export default defineConfig({
|
||||
globals: true, // <-- reduces test file imports
|
||||
reporters: ['verbose'], // <-- verbose output
|
||||
coverage: {
|
||||
exclude: [...configDefaults.exclude, 'build/*', 'tests/*'], // <-- exclude JS build
|
||||
reporter: ['text-summary'] // <-- report in text-summary
|
||||
include: ['src/**/*.ts'],
|
||||
reporter: 'lcov',
|
||||
reportsDirectory: './coverage'
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user