ci: Add test results upload to Codecov (#14410)

This commit is contained in:
Nora Shapiro
2025-04-04 13:58:08 -07:00
committed by GitHub
parent 33e265aaa8
commit c2d39dfbb7
5 changed files with 24 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ const config = {
collectCoverage: isCoverageEnabled,
coverageReporters: ['text-summary', 'lcov', 'html-spa'],
collectCoverageFrom: ['src/**/*.ts'],
reporters: ['default', 'jest-junit'],
workerIdleMemoryLimit: '1MB',
};