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

enboxorg / gitd / 22588771874
83%

Build:
DEFAULT BRANCH: main
Ran 02 Mar 2026 05:58PM 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

02 Mar 2026 05:57PM UTC coverage: 84.482% (+0.005%) from 84.477%
22588771874

push

github

web-flow
fix: suppress terminal echo in TTY password prompt and eliminate double prompt (#163)

The /dev/tty password prompt was not disabling terminal echo, so the
vault password was visible as the user typed. Now runs stty -echo
before reading and stty echo after, matching ssh/gpg/sudo behavior.

Also switches from unreliable byte-at-a-time raw reads to cooked-mode
line reads — the terminal driver handles backspace and line editing
natively, which is more reliable across shells.

Eliminates the double-prompt during git push: git-remote-did was
unconditionally prompting for the password before resolving the DID,
even when the daemon was already running. The prompt is now deferred
to resolveLocalDaemon and only fires when a daemon needs spawning.
In the common case (daemon already running), only the credential
helper prompts — once.

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

1 existing line in 1 file now uncovered.

7834 of 9273 relevant lines covered (84.48%)

29.02 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
17
31.82
1.59% src/git-remote/tty-prompt.ts

Uncovered Existing Lines

Lines Coverage ∆ File
1
31.82
1.59% src/git-remote/tty-prompt.ts
Jobs
ID Job ID Ran Files Coverage
1 22588771874.1 02 Mar 2026 05:58PM UTC 82
84.48
GitHub Action Run
Source Files on build 22588771874
  • Tree
  • List 82
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22588771874
  • 6c63764b on github
  • Prev Build on main (#22564685155)
  • Next Build on main (#22588811181)
  • 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