refactor: labeled expressions implementation#244
Draft
timofei-iatsenko wants to merge 6 commits into
Draft
Codecov / codecov/project
succeeded
Jun 26, 2026 in 1s
94.81% (-0.26%) compared to 4a68dd1
View this Pull Request on Codecov
94.81% (-0.26%) compared to 4a68dd1
Details
Codecov Report
❌ Patch coverage is 90.83095% with 32 lines in your changes missing coverage. Please review.
✅ Project coverage is 94.81%. Comparing base (4a68dd1) to head (7ff152f).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| crates/lingui_macro/src/macro_utils.rs | 90.82% | 20 Missing |
| crates/lingui_macro/src/jsx_visitor.rs | 83.33% | 12 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #244 +/- ##
==========================================
- Coverage 95.06% 94.81% -0.26%
==========================================
Files 9 9
Lines 2251 2334 +83
==========================================
+ Hits 2140 2213 +73
- Misses 111 121 +10 | 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.63% <83.33%> (-1.81%) |
⬇️ |
| crates/lingui_macro/src/macro_utils.rs | 91.90% <90.82%> (+2.69%) |
⬆️ |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading