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

DrRataplan / xq-lsp / 29476449188
93%

Build:
DEFAULT BRANCH: main
Ran 16 Jul 2026 06:21AM UTC
Jobs 1
Files 26
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

16 Jul 2026 06:21AM UTC coverage: 93.39% (+0.3%) from 93.109%
29476449188

push

github

DrRataplan
fix(ci): stop validating packed xq-lsp tarball against stale lockfile

editors/vscode/package-lock.json pins an exact integrity hash for the
local xq-lsp tarball dependency, valid only for the exact bytes
produced when the release automation last packed it. Any subsequent
commit to the root package changes what `npm pack` produces, so the
plain `npm install` step (which validates the freshly packed tarball
against that stale pinned hash before the override step even runs)
failed with EINTEGRITY as soon as a new commit landed on main.

Drop the redundant plain `npm install` and go straight to
`npm install ../../xq-lsp-*.tgz`, which installs the full dependency
tree from the tarball's actual current content instead of validating
against a pin that's expected to go stale between releases.

1187 of 1386 branches covered (85.64%)

Branch coverage included in aggregate %.

4309 of 4499 relevant lines covered (95.78%)

401684.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29476449188.1 16 Jul 2026 06:21AM UTC 26
93.39
GitHub Action Run
Source Files on build 29476449188
  • Tree
  • List 26
  • Changed 13
  • Source Changed 0
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29476449188
  • 23692529 on github
  • Prev Build on main (#29448484474)
  • Next Build on main (#29487941367)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc