fix(codecov): use cobertura (#8235)

This commit is contained in:
ckohen
2022-07-05 03:32:05 -07:00
committed by GitHub
parent eb9ad46d4f
commit fd1c24036f
3 changed files with 10 additions and 10 deletions

View File

@@ -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'],