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

rpatil524 / community-server / 24722299158 / 6
100%
main: 100%

Build:
DEFAULT BRANCH: main
Ran 22 Apr 2026 03:54AM UTC
Files 452
Run time 10s
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 Apr 2026 07:21AM UTC coverage: 100.0%. Remained the same
24722299158.6

push

github

joachimvh
fix: handle ENOTDIR in FileDataAccessor.getStats to prevent 500 on duplicate slug

When a file already exists at a given path, stat()-ing that path with a
trailing slash (e.g. test.json/) causes the OS to return ENOTDIR instead
of ENOENT. This error was not caught by getStats, causing it to propagate
as a raw OS error and result in a 500 InternalServerError on the second
POST with the same Slug header to a file-system-backed server.

Treating ENOTDIR the same as ENOENT (i.e. converting it to
NotFoundHttpError) means hasResource correctly returns false for the
container-style path check, allowing createSafeUri to fall back to a
UUID-based name for the duplicate upload.

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

1957 of 1957 branches covered (100.0%)

Branch coverage included in aggregate %.

9514 of 9514 relevant lines covered (100.0%)

50.28 hits per line

Source Files on job test-unit-22.x-ubuntu-latest - 24722299158.6
  • Tree
  • List 452
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 24722299158
  • 31794f32 on github
  • Prev Job for on main (#24329001187.14)
  • Next Job for on main (#25670113732.1)
  • 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