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

ponder-lab / Hybridize-Functions-Refactoring / #2122
80%
main: 79%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-703-98e325656bf688cdef051727f6804281d4f6142d
DEFAULT BRANCH: main
Ran 25 Jun 2026 03:33AM 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 03:27AM UTC coverage: 80.158%. Remained the same
#2122

push

github

web-flow
Self-contained product for running the evaluator headlessly (#661)

* Extract the evaluation core out of the UI handler

`execute(ExecutionEvent)` is the IDE command handler; its only UI dependency is
`getSelectedPythonProjectsFromEvent`, which supplies the project set from the
workbench selection. Everything else — the CSV setup, the per-project analysis
and transformation loop, and the result writing — is driven by the
`edu.cuny.hunter.hybridize.eval.*` system properties and needs no UI.

Pull that core into `evaluate(IProject[], IProgressMonitor)`. The handler now
just resolves the selection and delegates; a headless entry point can supply an
args-derived project set and call the same method. No behavior change. First
step toward a command-line evaluator (#657).

Refs #657.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FuhM8SsTRB6BraLt3Ph7ZC

* Add a headless IApplication entry point for the evaluator

`EvaluateHybridizeFunctionRefactoringApplication` runs the evaluator from the
command line via the `org.eclipse.core.runtime.applications` extension
(`edu.cuny.hunter.hybridize.eval.evaluate`): it enumerates the open Python
projects in the workspace and calls the extracted `evaluate(...)` core, with
configuration from the same `edu.cuny.hunter.hybridize.eval.*` system properties
as the IDE launch. The workspace must already hold the subjects as PyDev
projects (imported once via the UI); programmatic import is the follow-up #658.

`evaluate(...)` is made `public` for the application package, and
`org.eclipse.equinox.app` is added to the bundle's `Require-Bundle`.

Refs #657.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FuhM8SsTRB6BraLt3Ph7ZC

* Add a launcher script for the headless evaluator

`run-headless-evaluator.sh` wraps the `eclipse -application
edu.cuny.hunter.hybridize.eval.evaluate` invocation: it... (continued)

1628 of 2031 relevant lines covered (80.16%)

0.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #2122.1 25 Jun 2026 03:33AM UTC 32
80.16
Source Files on build #2122
  • Tree
  • List 32
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b690410e on github
  • Prev 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