Skip to content

refactor: labeled expressions implementation#244

Merged
andrii-bodnar merged 9 commits into
mainfrom
refactor/labeled-expressions
Jun 30, 2026
Merged

refactor: labeled expressions implementation#244
andrii-bodnar merged 9 commits into
mainfrom
refactor/labeled-expressions

typo

43cfc14
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 29, 2026 in 1s

94.83% (-0.24%) compared to 32416e4

View this Pull Request on Codecov

94.83% (-0.24%) compared to 32416e4

Details

Codecov Report

❌ Patch coverage is 90.88235% with 31 lines in your changes missing coverage. Please review.
✅ Project coverage is 94.83%. Comparing base (32416e4) to head (43cfc14).

Files with missing lines Patch % Lines
crates/lingui_macro/src/macro_utils.rs 90.56% 20 Missing ⚠️
crates/lingui_macro/src/jsx_visitor.rs 84.05% 11 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #244      +/-   ##
==========================================
- Coverage   95.06%   94.83%   -0.24%     
==========================================
  Files           9        9              
  Lines        2251     2325      +74     
==========================================
+ Hits         2140     2205      +65     
- Misses        111      120       +9     
Files with missing lines Coverage Δ
crates/lingui_macro/src/ast_utils.rs 90.80% <ø> (-0.41%) ⬇️
crates/lingui_macro/src/builder.rs 99.15% <100.00%> (+0.17%) ⬆️
crates/lingui_macro/src/js_macro_folder.rs 98.42% <100.00%> (+0.06%) ⬆️
crates/lingui_macro/src/lib.rs 91.09% <100.00%> (+0.01%) ⬆️
crates/lingui_macro/src/jsx_visitor.rs 86.95% <84.05%> (-1.49%) ⬇️
crates/lingui_macro/src/macro_utils.rs 91.72% <90.56%> (+2.50%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.