Skip to content

feat(dict): stop auto learning deleted phrases

b5b9862
Select commit
Loading
Failed to load commit list.
Merged

feat(dict): record deleted phrases in chewing-deleted.dat #802

feat(dict): stop auto learning deleted phrases
b5b9862
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 7, 2026 in 0s

91.97% (-0.17%) compared to a110f54

View this Pull Request on Codecov

91.97% (-0.17%) compared to a110f54

Details

Codecov Report

❌ Patch coverage is 76.47059% with 48 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.97%. Comparing base (a110f54) to head (b5b9862).

Files with missing lines Patch % Lines
src/dictionary/sqlite.rs 57.14% 24 Missing ⚠️
src/dictionary/trie_buf.rs 68.00% 16 Missing ⚠️
src/dictionary/layered.rs 92.30% 4 Missing ⚠️
src/dictionary/loader.rs 90.00% 2 Missing ⚠️
src/dictionary/mod.rs 88.88% 1 Missing ⚠️
src/editor/mod.rs 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #802      +/-   ##
==========================================
- Coverage   92.13%   91.97%   -0.17%     
==========================================
  Files          38       38              
  Lines        9385     9496     +111     
==========================================
+ Hits         8647     8734      +87     
- Misses        738      762      +24     

☔ 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.