From 8598965a39aa38912f5aa57e55e0662442ee1d52 Mon Sep 17 00:00:00 2001 From: Javier Boronat Date: Sun, 21 Jul 2024 15:15:42 +0100 Subject: [PATCH] Update workflow github actions --- backend/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/jest.config.js b/backend/jest.config.js index 6b6d312..32cd006 100644 --- a/backend/jest.config.js +++ b/backend/jest.config.js @@ -5,7 +5,7 @@ module.exports = { testMatch: ['**/?(*.)+(spec|test).[tj]s?(x)'], collectCoverage: true, coverageDirectory: 'coverage', - coverageReporters: ['html', 'text'], + coverageReporters: ['json', 'lcov', 'text', 'clover', 'html'], testPathIgnorePatterns: [ '/node_modules', '/utils',