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

jzombie / term-wm / 28680664656
75%

Build:
DEFAULT BRANCH: main
Ran 03 Jul 2026 07:54PM UTC
Jobs 1
Files 74
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

03 Jul 2026 07:50PM UTC coverage: 67.962% (+0.3%) from 67.634%
28680664656

push

github

web-flow
perf: ArcSwap lock-free screen sharing, reader park, scratch buffer, deadlock fix (#78)

* perf: ArcSwap lock-free screen sharing, reader park, scratch buffer,
deadlock fix

- Replace `Arc<Mutex<Screen>>` with `Arc<ArcSwap<Screen>>` — lock-free
  atomic
  pointer swap eliminates Mutex contention and Screen clone on UI
  thread.
- Reader parks after each publish batch (`while dirty { park() }`),
  wakes on
  unpark from `screen()` after consuming dirty. Drop impl sets
  shutdown+unpark
  to prevent zombie threads.
- Fix 3600s freeze: arm coalesce deadline after drain_pending when dirty
  windows exist, preventing recv_timeout blocking forever when PtyWakeup
  arrives between handler(None) and drain_pending.
- Reuse scratch `Vec<Cell>` in WindowDrawState across frames instead of
  allocating+deallocating a fresh Buffer per window per frame (~200MB at
  4K).
- Remove Debug supertrait from Overlay and BottomPanel traits; replace
  derived Debug on WmMenuOverlay with manual impl that skips generic `R`
  field.
- Increase PTY read buffer from 4KB to 64KB for better batching.
- Bump version to 0.8.4-alpha.

* Add more tests

* Bump linkify from 0.10.0 to 0.11.0 (#79)

Bumps [linkify](https://github.com/robinst/linkify) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/robinst/linkify/releases)
- [Changelog](https://github.com/robinst/linkify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/robinst/linkify/compare/0.10.0...0.11.0)

---
updated-dependencies:
- dependency-name: linkify
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

166 of 198 new or added lines in 4 files covered. (83.84%)

5 existing lines in 2 files now uncovered.

13029 of 19171 relevant lines covered (67.96%)

143.3 hits per line

Uncovered Changes

Lines Coverage ∆ File
12
73.56
10.1% crates/term-wm-pty-engine/src/pty.rs
10
49.67
1.68% crates/term-wm-core/src/io/unified_event_source.rs
10
48.97
-0.51% crates/term-wm-core/src/runner.rs

Coverage Regressions

Lines Coverage ∆ File
4
73.56
10.1% crates/term-wm-pty-engine/src/pty.rs
1
48.97
-0.51% crates/term-wm-core/src/runner.rs
Jobs
ID Job ID Ran Files Coverage
1 28680664656.1 03 Jul 2026 07:54PM UTC 74
67.96
GitHub Action Run
Source Files on build 28680664656
  • Tree
  • List 74
  • Changed 8
  • Source Changed 7
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28680664656
  • efee6a0d on github
  • Prev Build on main (#28617811859)
  • Next Build on main (#28682932637)
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