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

dcdpr / jp / 25437138375 / 1
65%
main: 65%

Build:
DEFAULT BRANCH: main
Ran 06 May 2026 01:22PM UTC
Files 299
Run time 15s
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

06 May 2026 01:07PM UTC coverage: 66.045% (-0.001%) from 66.046%
25437138375.1

push

github

web-flow
fix(cli, init): Prefer global git identity for name default (#606)

`detect_default_user_name` previously ran `git config --get user.name`
without a scope flag, meaning a repo-local override could be picked up
and written into the user-global JP config, where it would then be
inherited by every future workspace — leaking an unrelated identity.

The cascade now tries `git config --global --get user.name` first, then
falls back to the unscoped lookup for users who only have a repo-local
identity, and finally falls through to the `$USER`/`$USERNAME`
environment variable as before.

The name prompt also switches from `with_default()` to
`with_initial_value()`, so the detected name is pre-filled and editable
rather than silently substituted on empty submission. This lets users
clear the field and submit empty to skip attribution, which the previous
behaviour made impossible without typing a space first.

---------

Signed-off-by: Jean Mertz <git@jeanmertz.com>

25519 of 38639 relevant lines covered (66.04%)

238.46 hits per line

Source Files on job 25437138375.1
  • Tree
  • List 299
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25437138375
  • 92cbdb4f on github
  • Prev Job for on main (#25437098708.1)
  • Next Job for on main (#25439013691.1)
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