From ab49ffb1c867ad0eb7ede844513895ddf01de02b Mon Sep 17 00:00:00 2001 From: tassioFront Date: Fri, 1 Nov 2024 16:48:53 -0300 Subject: [PATCH] ci: add more formats --- packages/http-front-cache/jest.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/http-front-cache/jest.config.ts b/packages/http-front-cache/jest.config.ts index 5fd8801..a73de50 100644 --- a/packages/http-front-cache/jest.config.ts +++ b/packages/http-front-cache/jest.config.ts @@ -6,9 +6,9 @@ export default { transform: { '^.+\\.[tj]s$': ['ts-jest', { tsconfig: '/tsconfig.spec.json' }], }, - moduleFileExtensions: ['ts', 'js', 'html'], + coverageProvider: 'v8', coverageDirectory: 'coverage', - coverageReporters: ['lcov'], + coverageReporters: ['lcov', 'text', 'text-summary'], coverageThreshold: { global: { lines: 80,