• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jzombie / term-wm / 29040647645
75%

Build:
DEFAULT BRANCH: main
Ran 09 Jul 2026 06:30PM UTC
Jobs 1
Files 88
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Jul 2026 06:26PM UTC coverage: 74.514% (+0.2%) from 74.279%
29040647645

push

github

web-flow
feat(core): Exhaustive semantic mouse dispatch in Component trait (#89)

* feat(core): Exhaustive semantic mouse dispatch in Component trait

Replace the monolithic on_mouse(&LocalMouseEvent) with 5 typed
trait methods — on_mouse_press/release/drag/scroll/move — and
make handle_events default dispatch exhaustively by MouseEventKind.

Remove the deprecated decorator.hit_test() pattern; header button
actions now resolve directly from HitboxRegistry via the
ChromeHeader(key, action) match in dispatch_mouse. Register
per-button 1×1 hitboxes in render_app instead.

Inject screen_area into overlay, command_menu, and overlay dispatch
contexts for correct coordinate conversion. Fix coordinate math to
use i32 saturating arithmetic for off-screen windows.

Migrate all on_mouse overrides:
  - ListComponent -> on_mouse_press
  - TextRendererComponent -> on_mouse_press/release/drag/move
  - SelComponent, ActionRecorder test stubs -> semantic methods

* Add more tests

860 of 1087 new or added lines in 7 files covered. (79.12%)

24 existing lines in 6 files now uncovered.

20481 of 27486 relevant lines covered (74.51%)

195.58 hits per line

Uncovered Changes

Lines Coverage ∆ File
115
58.95
17.86% crates/term-wm-core/src/components/mod.rs
104
78.89
0.15% crates/term-wm-core/src/window/window_manager/mod.rs
4
49.32
45.03% crates/term-wm-core/src/window/window_manager/command_menu.rs
4
32.61
32.61% crates/term-wm-core/src/window/window_manager/overlays.rs

Coverage Regressions

Lines Coverage ∆ File
6
86.88
-1.81% crates/term-wm-core/src/reaper.rs
6
78.89
0.15% crates/term-wm-core/src/window/window_manager/mod.rs
5
76.86
-0.68% crates/term-wm-pty-engine/src/pty.rs
4
58.95
17.86% crates/term-wm-core/src/components/mod.rs
2
76.74
-10.9% crates/term-wm-core/src/window/decorator.rs
1
82.23
-0.51% crates/term-wm-core/src/layout/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 29040647645.1 09 Jul 2026 06:30PM UTC 88
74.51
GitHub Action Run
Source Files on build 29040647645
  • Tree
  • List 88
  • Changed 13
  • Source Changed 8
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29040647645
  • 957a2b84 on github
  • Prev Build on main (#29007432198)
  • Next Build on main (#29045311538)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc