Fix frontend_tests job long running times (#4829)

This commit is contained in:
Arseniy Zaostrovnykh 2025-03-25 14:57:34 +01:00 committed by GitHub
parent f18135cc24
commit 1012f37ffa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,3 +8,4 @@ sonar.test.inclusions=**/*.test.js,**/*.test.jsx,**/*.test.ts,**/*.test.tsx
sonar.javascript.coveragePlugin=lcov sonar.javascript.coveragePlugin=lcov
sonar.javascript.lcov.reportPaths=coverage/lcov.info sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.cpd.exclusions=src/deployment/__tests__/resources/** sonar.cpd.exclusions=src/deployment/__tests__/resources/**
sonar.sca.recursiveManifestSearch=false