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

ory / lumen / 23913737129
70%

Build:
DEFAULT BRANCH: main
Ran 02 Apr 2026 05:41PM UTC
Jobs 1
Files 30
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 Apr 2026 05:39PM UTC coverage: 68.021% (+0.4%) from 67.582%
23913737129

push

github

web-flow
fix: skip permission-denied files instead of aborting index/search (#84)

* fix: skip permission-denied files instead of aborting index/search

A single inaccessible file previously caused the entire indexing and
search pipeline to fail. Now os.IsPermission errors are treated as
graceful skips at all three affected points: WalkDir in collectFilePaths,
os.ReadFile in hashFilesInParallel, and os.ReadFile in indexWithTree.

Closes #79

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* refactor(index): extract runIndexer to eliminate duplicate lock/index boilerplate

indexSingleProject duplicated ~50 lines from runIndex (db dir creation, lock
acquisition, signal context, setupIndexer, performIndexing). Replace both with
a shared runIndexer helper that returns (stats, elapsed, skipped, err), letting
callers handle their own log/output formatting.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

2 of 60 new or added lines in 3 files covered. (3.33%)

2 existing lines in 1 file now uncovered.

2612 of 3840 relevant lines covered (68.02%)

46.49 hits per line

Uncovered Changes

Lines Coverage ∆ File
48
8.64
1.39% cmd/index.go
5
68.35
-0.73% internal/index/index.go
5
81.2
-1.61% internal/merkle/merkle.go

Coverage Regressions

Lines Coverage ∆ File
2
8.64
1.39% cmd/index.go
Jobs
ID Job ID Ran Files Coverage
1 23913737129.1 02 Apr 2026 05:41PM UTC 30
68.02
GitHub Action Run
Source Files on build 23913737129
  • Tree
  • List 30
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23913737129
  • fde97b4d on github
  • Prev Build on main (#23910341189)
  • Next Build on main (#23916073376)
  • 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