mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
fix(codecov): use cobertura (#8235)
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineConfig({
|
||||
coverage: {
|
||||
enabled: true,
|
||||
all: true,
|
||||
reporter: ['text', 'lcov', 'clover'],
|
||||
reporter: ['text', 'lcov', 'cobertura'],
|
||||
include: ['src'],
|
||||
// All ts files that only contain types, due to ALL
|
||||
exclude: ['**/*.{interface,type,d}.ts'],
|
||||
|
||||
Reference in New Issue
Block a user