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

umputun / agterm / 30773127737
98%

Build:
DEFAULT BRANCH: master
Ran 02 Aug 2026 11:54PM UTC
Jobs 1
Files 86
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

02 Aug 2026 11:51PM UTC coverage: 97.708%. Remained the same
30773127737

push

github

web-flow
feat(split): restore an even split on a divider double-click

double-clicking the split divider snaps it back to 50/50. AppKit offers no
hook: NSSplitView's own double-click collapses a pane through the delegate
SwiftUI owns, so the gesture comes from a shared local mouse monitor that
sees the second press once the first one's drag-tracking loop has ended.
Dragging is untouched.

the target is `dividerOwns`, the same band the resize cursor already uses,
so the gesture takes no pixel a word selection could have used. The monitor
is installed with the first split and removed once the last probe leaves its
window. A press counts as a double-click only if the divider has not moved
since the previous one,
so a re-grab after a nudge-drag keeps the adjustment instead of discarding it.

6906 of 7068 relevant lines covered (97.71%)

4253872.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30773127737.1 02 Aug 2026 11:54PM UTC 86
97.71
GitHub Action Run
Source Files on build 30773127737
  • Tree
  • List 86
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30773127737
  • d056ebdf on github
  • Prev Build on master (#30772602285)
  • Next Build on master (#30774157332)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc