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

karellen / karellen-lsp-mcp / 24255899492
72%

Build:
DEFAULT BRANCH: master
Ran 10 Apr 2026 05:40PM UTC
Jobs 9
Files 10
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

10 Apr 2026 05:38PM UTC coverage: 71.927% (+0.2%) from 71.751%
24255899492

push

github

web-flow
[release] Externalize jdtls metadata and add registration tokens (#32)

## Summary

- **Externalize Eclipse metadata**: Pass
`-Djava.import.generatesMetadataFilesAtProjectRoot=false` via
`--launcher.appendVmargs -vmargs` when launching jdtls, redirecting
`.project`, `.classpath`, `.factorypath`, `.settings/` into the `-data`
workspace directory instead of the project root. Uses
`--launcher.appendVmargs` to preserve existing VM args from the Equinox
`.ini` file.
- **Registration tokens**: `lsp_register_project` now returns a unique
`registration_id` alongside the `project_id`. `lsp_deregister_project`
takes `registration_id` (one-time-use token) instead of `project_id`,
preventing one session from decrementing another session's refcount.
Force-register invalidates all existing tokens for that project.

## Test plan

- [x] 392 unit tests pass (including new token tests)
- [x] All integration tests pass (clangd, daemon, multi-frontend)
- [x] Flake8 passes
- [x] Manually verified: jdtls metadata lands in workspace dir, not
project root
- [x] Manually verified: `--launcher.appendVmargs` visible in daemon log
- [x] Skills, agents, README, and docs updated

906 of 1432 branches covered (63.27%)

Branch coverage included in aggregate %.

41 of 46 new or added lines in 5 files covered. (89.13%)

1 existing line in 1 file now uncovered.

2804 of 3726 relevant lines covered (75.25%)

6.66 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
56.68
0.14% src/main/python/karellen_lsp_mcp/daemon.py
1
85.02
0.44% src/main/python/karellen_lsp_mcp/project_registry.py
1
65.22
0.0% src/main/python/karellen_lsp_mcp/server.py

Coverage Regressions

Lines Coverage ∆ File
1
56.68
0.14% src/main/python/karellen_lsp_mcp/daemon.py
Jobs
ID Job ID Ran Files Coverage
1 24255899492.1 10 Apr 2026 05:40PM UTC 10
71.5
GitHub Action Run
2 24255899492.2 10 Apr 2026 05:40PM UTC 10
71.52
GitHub Action Run
3 24255899492.3 10 Apr 2026 05:40PM UTC 10
71.16
GitHub Action Run
4 24255899492.4 10 Apr 2026 05:40PM UTC 10
71.77
GitHub Action Run
5 24255899492.5 10 Apr 2026 05:40PM UTC 10
71.16
GitHub Action Run
6 24255899492.6 10 Apr 2026 05:40PM UTC 10
71.06
GitHub Action Run
7 24255899492.7 10 Apr 2026 05:40PM UTC 10
71.87
GitHub Action Run
8 24255899492.8 10 Apr 2026 05:40PM UTC 10
71.06
GitHub Action Run
9 24255899492.9 10 Apr 2026 05:40PM UTC 10
71.16
GitHub Action Run
Source Files on build 24255899492
  • Tree
  • List 10
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 901680cb on github
  • Prev Build on master (#24054729137)
  • 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