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

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

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-690-6269566271ebcc2346d52956b139b6f636393574
DEFAULT BRANCH: main
Ran 26 Jun 2026 08:07PM 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 08:02PM UTC coverage: 77.969%. Remained the same
#2169

push

github

web-flow
Consolidate the evaluator configuration keys into a shared enum (#678)

* Consolidate the evaluator configuration keys into a shared enum

Single-source the evaluator's configuration options in EvaluationOption so the
argument parser (the application) and the readers (the handler) cannot drift: each
option yields both its camelCase name, for --kebab-case validation, and its full
system-property key. The handler's per-key constants and the application's CONFIG_NAMES
and duplicated prefix are gone, so adding an option is one enum entry. The targetedCfaDepth
key now derives its prefix from the same holder.

Closes #677.

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

* Derive the option name from the enum constant instead of storing it

propertyName() now derives the camelCase name from name() (PERFORM_ANALYSIS yields
performAnalysis), so each constant is the single source of its name; the per-constant
string, the field, and the constructor are gone. Addresses review feedback on #677.

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 #2169.1 26 Jun 2026 08:07PM UTC 32
77.97
Source Files on build #2169
  • Tree
  • List 32
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2a4efcb0 on github
  • Prev Build on gh-readonly-queue/main/pr-676-5a537eb2b4750fb452caaf07893dbb18d9789995
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