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

ponder-lab / Hybridize-Functions-Refactoring / #2157
78%
main: 79%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-694-864003d1ea00aabb8e078c987a1a114868b5dcaf
DEFAULT BRANCH: main
Ran 26 Jun 2026 04:11PM 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

26 Jun 2026 04:07PM UTC coverage: 77.969%. Remained the same
#2157

push

github

web-flow
Accept evaluator configuration as program arguments (#676)

* Accept evaluator configuration as program arguments

The headless evaluator read its configuration only as `edu.cuny.hunter.hybridize.eval.*` JVM system properties, so the launcher had to pass them after `-vmargs`; passing them as plain program arguments silently had no effect. The application now also parses `--kebab-case` program arguments (a bare flag means `true`, `--name=value` sets a value), mapping each to its backing system property before the existing readers run, and rejecting unrecognized options with a distinct exit code and the list of valid names. The `-D` path is unchanged for backward compatibility and the IDE launch.

Closes #664.

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

* Use primitive int for the exit-code constants

The three application exit codes were boxed `Integer`s to match `IApplication.EXIT_OK`, but they are only ever returned through the `Object`-typed `start(...)`, where a primitive `int` autoboxes just the same. Plain `int` reads more directly.

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

---------

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

1628 of 2088 relevant lines covered (77.97%)

0.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #2157.1 26 Jun 2026 04:11PM UTC 32
77.97
Source Files on build #2157
  • Tree
  • List 32
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 261b1815 on github
  • Prev Build on gh-readonly-queue/main/pr-675-7d7977e9b11e8efb1d7bdac8b6171bdcd1f6ba59
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