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

ponder-lab / Hybridize-Functions-Refactoring / #2129
79%

Build:
DEFAULT BRANCH: main
Ran 25 Jun 2026 04:44PM UTC
Jobs 1
Files 32
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

25 Jun 2026 04:34PM UTC coverage: 77.969% (-2.2%) from 80.158%
#2129

push

github

web-flow
Resolve function definitions without the UI navigator (#662) (#663)

Headless discovery (the evaluator) found 0 functions because `Util.getFunctionDefinitions` walked the PyDev navigator (`PythonModelProvider`), whose model is populated by the package explorer and is empty without the workbench.

Add a navigator-independent resolver: given a project, folder, or file (or a navigator selection wrapping one), enumerate the project-local source files from the nature (`getProjectSourcePathFolderSet`) and parse each directly (`PyParser.reparseDocument`) with `FunctionExtractor`, the same per-file path the tests use. `getFunctionDefinitions(Iterable)` now routes through it, and the IDE handler shares the same entry point, so the package-explorer refactoring is unaffected and gains headless capability.

Verified: the headless evaluator now finds functions for every subject (GPflow 2170, TensorflowASR 847, NLPGNN 510, ResNet50 347, ...; previously all 0).


Claude-Session: https://claude.ai/code/session_01FuhM8SsTRB6BraLt3Ph7ZC

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

0 of 60 new or added lines in 1 file covered. (0.0%)

1628 of 2088 relevant lines covered (77.97%)

0.78 hits per line

Uncovered Changes

Lines Coverage ∆ File
60
7.52
-5.64% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/utils/Util.java
Jobs
ID Job ID Ran Files Coverage
1 #2129.1 25 Jun 2026 04:44PM UTC 32
77.97
Source Files on build #2129
  • Tree
  • List 32
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 10646d84 on github
  • Prev Build on gh-readonly-queue/main/pr-661-ff9bef1cd2f2f1c44f7bb952fc80e77a5f394f3e
  • Next Build on main
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