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

llamastash / llamastash / 26754790712
87%

Build:
DEFAULT BRANCH: main
Ran 01 Jun 2026 12:33PM UTC
Jobs 1
Files 190
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

01 Jun 2026 12:16PM UTC coverage: 86.301% (-0.02%) from 86.325%
26754790712

push

github

deepu105
fix(ci): platform-aware Ctrl glyph + Unix-only environ refresh

- macOS render of the vim-aliases help row carries `⌃f`/`⌃b`
  instead of `Ctrl+f`/`Ctrl+b` because `ctrl_label!` swaps the
  glyph per `target_os`. Switch the test assertion to the macro
  so each lane matches its own renderer.

- `orphans::sweep`'s `with_environ` refresh is fast on Linux (one
  same-UID `/proc/<pid>/environ` read per process) but on Windows
  it walks every PEB via `NtQueryInformationProcess` +
  `PROCESS_VM_READ`, slow + restricted enough to push the daemon
  past the integration tests' 3s socket-bind deadline. Gate it on
  `cfg(unix)`. The marker-driven port-skip falls back to no-op on
  Windows; the bind-probe in `reserve_port` already prevents
  externally-held ports from being handed out there.

6 of 6 new or added lines in 2 files covered. (100.0%)

16 existing lines in 4 files now uncovered.

42159 of 48851 relevant lines covered (86.3%)

1628.39 hits per line

Coverage Regressions

Lines Coverage ∆ File
5
97.01
-1.15% src/discovery/scanner.rs
4
92.16
-1.25% src/proxy/server.rs
4
92.05
-0.6% tests/cli_integration_test.rs
3
83.85
-0.55% src/daemon/supervisor.rs
Jobs
ID Job ID Ran Files Coverage
1 26754790712.1 01 Jun 2026 12:33PM UTC 190
86.3
GitHub Action Run
Source Files on build 26754790712
  • Tree
  • List 190
  • Changed 7
  • Source Changed 2
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26754790712
  • f71bb3e4 on github
  • Prev Build on main (#26751491043)
  • Next Build on main (#26766239497)
  • Delete
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