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

enboxorg / gitd / 22607303759
83%

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

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

0 of 4 new or added lines in 1 file covered. (0.0%)

7837 of 9325 relevant lines covered (84.04%)

28.87 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
68.57
7.03% src/cli/repo-context.ts
Jobs
ID Job ID Ran Files Coverage
1 22607303759.1 03 Mar 2026 03:45AM UTC 82
84.04
GitHub Action Run
Source Files on build 22607303759
  • Tree
  • List 82
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22607303759
  • 31367657 on github
  • Prev Build on main (#22606662183)
  • Next Build on main (#22607335235)
  • 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