mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Remove c8 coverage reporter (#7006)
This commit is contained in:
@@ -4,6 +4,10 @@ import {defineConfig} from 'vitest/config';
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default defineConfig({
|
||||
test: {
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
reporter: ['text', 'json', 'html'],
|
||||
},
|
||||
include: ['test/**/*.ts'],
|
||||
exclude: ['test/_*.ts', 'test/utils.ts'],
|
||||
setupFiles: ['/test/_setup-fake-aws.ts', '/test/_setup-log.ts'],
|
||||
|
||||
Reference in New Issue
Block a user