refactor(rust): improve error reporting by adopting exn inspired extensioin #807
+496
−401
Codecov / codecov/project
succeeded
Feb 11, 2026 in 0s
92.23% (+0.28%) compared to 118deb8
View this Pull Request on Codecov
92.23% (+0.28%) compared to 118deb8
Details
Codecov Report
❌ Patch coverage is 80.34188% with 46 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.23%. Comparing base (118deb8) to head (702d374).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/dictionary/sqlite.rs | 25.92% | 20 Missing |
| src/editor/mod.rs | 79.54% | 9 Missing |
| src/dictionary/mod.rs | 38.46% | 8 Missing |
| src/dictionary/loader.rs | 94.82% | 3 Missing |
| src/exn.rs | 93.87% | 3 Missing |
| src/zhuyin/bopomofo.rs | 86.95% | 3 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## master #807 +/- ##
==========================================
+ Coverage 91.95% 92.23% +0.28%
==========================================
Files 38 39 +1
Lines 9542 9604 +62
==========================================
+ Hits 8774 8858 +84
+ Misses 768 746 -22 ☔ 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.
Loading