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

codenotary / immudb / 29835634173
85%
master: 85%

Build:
Build:
LAST BUILD BRANCH: claude-plugin
DEFAULT BRANCH: master
Ran 21 Jul 2026 01:50PM UTC
Jobs 1
Files 312
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

21 Jul 2026 01:41PM UTC coverage: 84.854% (-0.1%) from 84.973%
29835634173

Pull #2112

gh-ci

vchaindz
fix(immuledger): harden ledger from code review

Address correctness, concurrency, and robustness findings:

- paginate scans to exhaustion (scanAll) so lists/stats/search no longer
  silently drop records past a fixed 1000-key window
- write related keys (sequence + record + superseded record) atomically
  via ExecAll; superseding a missing decision now errors before any write
- treat an unparseable sequence value as fatal instead of resetting ids
  to 1 and overwriting existing records
- decouple the non-unix fallback lock's stale-break window (10m) from the
  acquire timeout so a long operation can't have its live lock stolen
- create the data dir 0700 (and chmod) to keep decisions owner-private
- bound hook stdin (LimitReader) and stream-hash with a size cap; cap all
  stored field lengths
- resolve hook file paths against the hook cwd and match leading .claude/
- sanitize and length-limit every project value (auto-detected or override)
- add optional expected_root to verify_decision to detect a replaced data
  directory; document the trust-anchor scope
- normalize empty list status to active

Tests cover pagination beyond a page, fatal seq corruption, failed
supersede leaving no partial state, and expected-root match/mismatch.
Pull Request #2112: feat: embeddable immudb (examples + guide) and immuledger Claude Code plugin

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

6 existing lines in 3 files now uncovered.

45228 of 53301 relevant lines covered (84.85%)

125330.14 hits per line

Uncovered Changes

Lines Coverage ∆ File
76
0.0
examples/embedded/main.go

Coverage Regressions

Lines Coverage ∆ File
2
84.23
-0.37% embedded/sql/row_reader.go
2
76.09
-0.36% pkg/database/lazy_db.go
2
88.09
-0.36% pkg/server/user.go
Jobs
ID Job ID Ran Files Coverage
1 29835634173.1 21 Jul 2026 01:50PM UTC 312
84.85
Source Files on build 29835634173
  • Tree
  • List 312
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2112
  • PR Base - master (#28933776347)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc