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

CommunitySolidServer / CommunitySolidServer / 24709546283
100%

Build:
DEFAULT BRANCH: main
Ran 21 Apr 2026 07:22AM UTC
Jobs 16
Files 452
Run time 2min
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
24709546283

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 %.

1 of 1 new or added line in 1 file covered. (100.0%)

9514 of 9514 relevant lines covered (100.0%)

804.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 test-unit-22.x-windows-latest - 24709546283.1 21 Apr 2026 07:25AM UTC 452
100.0
GitHub Action Run
2 test-unit-22.1-ubuntu-latest - 24709546283.2 21 Apr 2026 07:23AM UTC 452
100.0
GitHub Action Run
3 test-unit-22.1-windows-latest - 24709546283.3 21 Apr 2026 07:25AM UTC 452
100.0
GitHub Action Run
4 test-unit-24.x-windows-latest - 24709546283.4 21 Apr 2026 07:25AM UTC 452
100.0
GitHub Action Run
5 test-unit-18.x-windows-latest - 24709546283.5 21 Apr 2026 07:25AM UTC 452
100.0
GitHub Action Run
6 test-unit-20.x-windows-latest - 24709546283.6 21 Apr 2026 07:23AM UTC 452
100.0
GitHub Action Run
7 test-unit-20.0-windows-latest - 24709546283.7 21 Apr 2026 07:24AM UTC 452
100.0
GitHub Action Run
8 test-unit-24.0-windows-latest - 24709546283.8 21 Apr 2026 07:25AM UTC 452
100.0
GitHub Action Run
9 test-unit-24.0-ubuntu-latest - 24709546283.9 21 Apr 2026 07:22AM UTC 452
100.0
GitHub Action Run
10 test-unit-22.x-ubuntu-latest - 24709546283.10 21 Apr 2026 07:23AM UTC 452
100.0
GitHub Action Run
11 test-unit-20.x-ubuntu-latest - 24709546283.11 21 Apr 2026 07:23AM UTC 452
100.0
GitHub Action Run
12 test-unit-18.0-windows-latest - 24709546283.12 21 Apr 2026 07:26AM UTC 452
100.0
GitHub Action Run
13 test-unit-24.x-ubuntu-latest - 24709546283.13 21 Apr 2026 07:22AM UTC 452
100.0
GitHub Action Run
14 test-unit-20.0-ubuntu-latest - 24709546283.14 21 Apr 2026 07:23AM UTC 452
100.0
GitHub Action Run
15 test-unit-18.x-ubuntu-latest - 24709546283.15 21 Apr 2026 07:23AM UTC 452
100.0
GitHub Action Run
16 test-unit-18.0-ubuntu-latest - 24709546283.16 21 Apr 2026 07:23AM UTC 452
100.0
GitHub Action Run
Source Files on build 24709546283
  • 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 Repo
  • 31794f32 on github
  • Prev Build on main (#24328316566)
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