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

enboxorg / gitd / 22564068245
83%

Build:
DEFAULT BRANCH: main
Ran 02 Mar 2026 06:24AM 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 06:23AM UTC coverage: 84.458% (-0.03%) from 84.486%
22564068245

push

github

web-flow
fix: add per-repo mutex to serialize post-push sync operations (#162)

Concurrent pushes to the same repository could race on DWN record
updates (ref-sync, bundle-sync) or bundle restores, causing data
corruption. A lightweight promise-chain mutex keyed by did/repoName
now serializes these operations per repository while allowing different
repos to proceed concurrently.

- Add repo-mutex.ts with withRepoLock<T>(key, fn) API
- Wrap onPushComplete and onRepoNotFound in serve.ts with withRepoLock
- Export withRepoLock from git-server index
- Add 6 unit tests covering serialization, parallel keys, error
  propagation, and lock cleanup

Closes #113

16 of 61 new or added lines in 3 files covered. (26.23%)

7820 of 9259 relevant lines covered (84.46%)

28.97 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
45
23.59
-0.35% src/cli/commands/serve.ts
Jobs
ID Job ID Ran Files Coverage
1 22564068245.1 02 Mar 2026 06:24AM UTC 82
84.46
GitHub Action Run
Source Files on build 22564068245
  • 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 #22564068245
  • 0cc5f631 on github
  • Prev Build on main (#22563363136)
  • Next Build on main (#22564425681)
  • 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