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

redhat-developer / yaml-language-server / 27420074254
86%
master: 80%

Build:
Build:
LAST BUILD BRANCH: remove-vscode-json-languageservice
DEFAULT BRANCH: master
Ran 12 Jun 2026 01:55PM UTC
Jobs 1
Files 70
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

12 Jun 2026 01:52PM UTC coverage: 85.7%. Remained the same
27420074254

push

github

datho7561
Update to TypeScript 6

TypeScrit 5 and 6 both removed support for some deprecated features. So
the config and code have been minimally adjusted.

The `module` option for the CJS build was changed to `nodenext`. This
implies a matching `moduleResolution` and
`allowSyntheticDefaultImports`, to these are now redundant and were
removed. `strict` is now true. All non-strict options the code is not
compliant with have been disabled explicitly.
`forceConsistentCasingInFileNames` is now true by default, to it was
removed.

The correct `module` option for ESM is also `nodenext`, but with
`"type": "module"` in `package.json. Unfortunately we can’t use this yet
for dual publishing, so as a middle ground, `module` was left at
`esnext` and we have to use the `bundler` module resolution. `rootDir`
detection was removed, so this is now configured explicitly, with a
matching `include` option. `downlevelIteration` is deprecated and was
removed.

2383 of 2952 branches covered (80.72%)

Branch coverage included in aggregate %.

4539 of 5125 relevant lines covered (88.57%)

456879.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27420074254.1 12 Jun 2026 01:55PM UTC 70
85.7
GitHub Action Run
Source Files on build 27420074254
  • Tree
  • List 70
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27420074254
  • aca123ac on github
  • Prev Build on main (#27306284329)
  • Next Build on main (#27575437001)
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