Skip to content

package.json

60c03ab
Select commit
Loading
Failed to load commit list.
Closed

feat: support compile and extract with multi thread #2313

package.json
60c03ab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 22, 2025 in 0s

76.17% (-0.88%) compared to 6bb8983

View this Pull Request on Codecov

76.17% (-0.88%) compared to 6bb8983

Details

Codecov Report

❌ Patch coverage is 74.70356% with 64 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.17%. Comparing base (6bb8983) to head (60c03ab).
⚠️ Report is 217 commits behind head on main.

Files with missing lines Patch % Lines
packages/cli/src/workers/compileWorker.ts 0.00% 11 Missing ⚠️
packages/cli/src/workers/extractWorker.ts 0.00% 8 Missing ⚠️
.../src/extract-experimental/workers/extractWorker.ts 0.00% 7 Missing ⚠️
packages/cli/src/lingui-compile.ts 74.07% 3 Missing and 4 partials ⚠️
packages/cli/src/api/catalog/extractFromFiles.ts 78.57% 2 Missing and 4 partials ⚠️
packages/cli/src/api/workerLogger.ts 0.00% 5 Missing ⚠️
.../extract-experimental/extractFromBundleAndWrite.ts 73.68% 4 Missing and 1 partial ⚠️
packages/cli/src/api/compile/compileLocale.ts 89.18% 1 Missing and 3 partials ⚠️
packages/cli/src/lingui-extract-experimental.ts 88.88% 2 Missing and 1 partial ⚠️
packages/cli/src/lingui-extract.ts 83.33% 2 Missing and 1 partial ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2313      +/-   ##
==========================================
- Coverage   77.05%   76.17%   -0.88%     
==========================================
  Files          84       99      +15     
  Lines        2157     2636     +479     
  Branches      555      685     +130     
==========================================
+ Hits         1662     2008     +346     
- Misses        382      504     +122     
- Partials      113      124      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.