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

andgineer / dinary-server / 24739484806
77%

Build:
DEFAULT BRANCH: main
Ran 21 Apr 2026 06:31PM UTC
Jobs 1
Files 28
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

21 Apr 2026 06:28PM UTC coverage: 77.029%. Remained the same
24739484806

push

github

andgineer
fix(tests): stub _host in TestSshCaptureBytes so CI without .deploy/.env can run

Two pre-existing tests in ``TestSshCaptureBytes`` called the real
``_ssh_capture_bytes`` (with ``subprocess.run`` mocked) but didn't
stub ``_host``. Locally they passed because ``.deploy/.env`` is on
the workstation; on CI the file is correctly absent and ``_env()``
ran ``sys.exit(1)`` before the mocked ``subprocess.run`` was ever
reached — surfacing as ``SystemExit: 1`` failures.

Added an autouse class-scoped fixture that stubs ``_host`` with a
placeholder SSH target so every test in the class exercises the
bytes-capture contract (the thing being tested) instead of the
unrelated env-loading path.

Regression was only visible after the uv.lock regen made CI able to
run pytest at all.

Made-with: Cursor

3142 of 4079 relevant lines covered (77.03%)

0.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24739484806.1 21 Apr 2026 06:31PM UTC 28
77.03
GitHub Action Run
Source Files on build 24739484806
  • Tree
  • List 28
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24739484806
  • 577eabbf on github
  • Prev Build on main (#24739131330)
  • Next Build on main (#24740335673)
  • 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