Skip to content

fix(Windows): Handle thread WM_QUIT and fix message dispatch#100

Merged
ReenigneArcher merged 1 commit into
masterfrom
fix/windows/handle-thread-WM_QUIT
Mar 23, 2026
Merged

fix(Windows): Handle thread WM_QUIT and fix message dispatch#100
ReenigneArcher merged 1 commit into
masterfrom
fix/windows/handle-thread-WM_QUIT

fix(Windows): Handle thread WM_QUIT and fix message dispatch

de03b6e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 23, 2026 in 0s

67.47% (+1.68%) compared to 7936cb3

View this Pull Request on Codecov

67.47% (+1.68%) compared to 7936cb3

Details

Codecov Report

❌ Patch coverage is 57.14286% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.47%. Comparing base (7936cb3) to head (de03b6e).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/tray_windows.c 57.14% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #100      +/-   ##
==========================================
+ Coverage   65.79%   67.47%   +1.68%     
==========================================
  Files           4        3       -1     
  Lines         421      246     -175     
  Branches       81       47      -34     
==========================================
- Hits          277      166     -111     
+ Misses         95       54      -41     
+ Partials       49       26      -23     
Files with missing lines Coverage Δ
src/tray_windows.c 80.66% <57.14%> (+17.23%) ⬆️