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

karellen / karellen-lsp-mcp / 23632293812
72%

Build:
DEFAULT BRANCH: master
Ran 27 Mar 2026 05:15AM 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

27 Mar 2026 05:14AM UTC coverage: 74.74% (+0.8%) from 73.95%
23632293812

push

github

web-flow
Simplify tree walkers, staleness detection, and C/C++ language scan (#8)

## Summary

- Unify `_walk_call_tree` + `_walk_type_tree` into single parameterized
`_walk_tree` with `query_fn` and `extract_children` callbacks
- Unify `_make_call_tree_node` + `_make_type_tree_node` into
`_make_tree_node`
- Extract `_extract_call_children` and `_extract_type_children`
generators
- Staleness detection: early return on first missing source file
- C/C++ language detection: early break when both C and C++ files found
- Consistent empty-string fallback for unknown symbol kinds

The 4 inline `elif` handler blocks are preserved rather than
consolidated into a single dispatch function, as the dispatch
consolidation triggers a Python 3.14 + coverage interaction issue in CI
(bisected and confirmed).

## Test plan

- [x] All 283 unit tests pass
- [x] Flake8 clean
- [x] Full build including integration tests passes locally
- [x] CI passes (verified via bisection: unified walker passes, dispatch
consolidation fails)

664 of 1010 branches covered (65.74%)

Branch coverage included in aggregate %.

36 of 59 new or added lines in 4 files covered. (61.02%)

9 existing lines in 2 files now uncovered.

2206 of 2830 relevant lines covered (77.95%)

6.88 hits per line

Uncovered Changes

Lines Coverage ∆ File
21
66.07
1.57% src/main/python/karellen_lsp_mcp/daemon.py
2
63.23
-1.44% src/main/python/karellen_lsp_mcp/daemon_client.py

Coverage Regressions

Lines Coverage ∆ File
8
66.07
1.57% src/main/python/karellen_lsp_mcp/daemon.py
1
63.23
-1.44% src/main/python/karellen_lsp_mcp/daemon_client.py
Jobs
ID Job ID Ran Files Coverage
1 23632293812.1 27 Mar 2026 05:15AM UTC 10
74.35
GitHub Action Run
2 23632293812.2 27 Mar 2026 05:15AM UTC 10
74.38
GitHub Action Run
3 23632293812.3 27 Mar 2026 05:15AM UTC 10
73.94
GitHub Action Run
4 23632293812.4 27 Mar 2026 05:15AM UTC 10
74.66
GitHub Action Run
5 23632293812.5 27 Mar 2026 05:15AM UTC 10
74.66
GitHub Action Run
6 23632293812.6 27 Mar 2026 05:15AM UTC 10
73.94
GitHub Action Run
7 23632293812.7 27 Mar 2026 05:15AM UTC 10
73.81
GitHub Action Run
8 23632293812.8 27 Mar 2026 05:15AM UTC 10
73.81
GitHub Action Run
9 23632293812.9 27 Mar 2026 05:15AM UTC 10
73.94
GitHub Action Run
Source Files on build 23632293812
  • Tree
  • List 10
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 84ebe574 on github
  • Prev Build on master (#23565670202)
  • Next Build on master (#23657411883)
  • 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