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

redhat-developer / yaml-language-server / 24572672533
85%
master: 80%

Build:
Build:
LAST BUILD BRANCH: list-jsonc-parser-in-dependencies
DEFAULT BRANCH: master
Ran 17 Apr 2026 03:21PM UTC
Jobs 1
Files 69
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

17 Apr 2026 03:19PM UTC coverage: 85.3% (-0.03%) from 85.327%
24572672533

push

github

datho7561
fix: skip local sibling probe in _preferLocalBaseForRemoteId for non-file:// schemas

When a schema is loaded from an https:// URL (e.g. via a VS Code YAML
extension contributor), _preferLocalBaseForRemoteId extracts the basename
from sub-schema $id values and probes for them as local siblings. This
causes spurious HTTP requests that fail with 404 errors.

For example, loading openapi.v3.1.yaml (with $id pointing to
github.com/.../schema.yaml) from an https:// contributor causes a probe
for <contributor-base>/schema.yaml, which does not exist.

The companion function _resolveLocalSiblingFromRemoteUri already guards
against this with `if (parentUri.scheme !== 'file') return undefined`.
Apply the same scheme guard to _preferLocalBaseForRemoteId so the local
sibling optimization only fires for file:// schemas where it makes sense.

Made-with: Cursor

2998 of 3729 branches covered (80.4%)

Branch coverage included in aggregate %.

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

1 existing line in 1 file now uncovered.

4435 of 4985 relevant lines covered (88.97%)

287993.17 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
61.54
-3.08% src/languageservice/services/schemaRequestHandler.ts
Jobs
ID Job ID Ran Files Coverage
1 24572672533.1 17 Apr 2026 03:21PM UTC 69
85.3
GitHub Action Run
Source Files on build 24572672533
  • Tree
  • List 69
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24572672533
  • 3904d0ac on github
  • Prev Build on main (#24532589248)
  • Next Build on main (#24805310751)
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