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

enboxorg / gitd / 22607303759 / 1
83%
main: 83%

Build:
DEFAULT BRANCH: main
Ran 03 Mar 2026 03:45AM UTC
Files 82
Run time 1s
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 Mar 2026 03:44AM UTC coverage: 84.043% (+0.04%) from 84.007%
22607303759.1

push

github

web-flow
fix: prevent server crash on missing repo and resolve credential helper path (#170)

* fix: prevent server crash on missing repo and resolve credential helper by absolute path

Two fixes:

1. getRepoContext() called process.exit(1) when a repo wasn't found.
   This killed the daemon process when cloning a nonexistent repo,
   causing 'Empty reply from server' instead of a proper 404.
   Now throws errors instead — CLI callers still exit via the
   top-level catch handler, server callers catch and return 404.

2. The credential helper was referenced by bare name which requires
   it to be on PATH. Now resolves the absolute path to the sibling
   credential-main.js and invokes it via bun, so push auth works
   regardless of PATH configuration.

* chore: add changeset

7837 of 9325 relevant lines covered (84.04%)

28.87 hits per line

Source Files on job 22607303759.1
  • Tree
  • List 82
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22607303759
  • 31367657 on github
  • Prev Job for on main (#22606662183.1)
  • Next Job for on main (#22607335235.1)
  • 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