mirror of
https://github.com/kevinthedang/discord-ollama.git
synced 2026-08-08 23:54:01 -04:00
set badge with new action
This commit is contained in:
+2
-3
@@ -1,4 +1,4 @@
|
||||
import { defineConfig, configDefaults } from 'vitest/config'
|
||||
import { defineConfig } from 'vitest/config'
|
||||
|
||||
// config for vitest
|
||||
export default defineConfig({
|
||||
@@ -7,8 +7,7 @@ export default defineConfig({
|
||||
reporters: ['verbose'], // <-- verbose output
|
||||
coverage: {
|
||||
include: ['src/**/*.ts'],
|
||||
reporter: 'lcov',
|
||||
reportsDirectory: './coverage'
|
||||
reporter: 'json-summary'
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user