Skip to content

Commit 2689cf2

Browse files
Revert "make coverage collection conditional on CI"
This reverts commit a2ee869.
1 parent bd647bb commit 2689cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/wazuh-fleet/test/jest/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default {
1919
`${kbnDir}/src/dev/jest/setup/enzyme.js`,
2020
'<rootDir>/test/__mocks__/localStorage.setup.ts',
2121
],
22-
collectCoverage: process.env.CI === 'true',
22+
collectCoverage: true,
2323
coverageDirectory: './target/test-coverage',
2424
coverageReporters: ['html', 'text-summary', 'json-summary'],
2525
globals: {

0 commit comments

Comments
 (0)