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

CodeReclaimers / neat-python / 23789324450
87%

Build:
DEFAULT BRANCH: master
Ran 31 Mar 2026 09:04AM UTC
Jobs 1
Files 30
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

31 Mar 2026 09:03AM UTC coverage: 86.89% (+0.1%) from 86.751%
23789324450

push

github

CodeReclaimers
Fix fitness_criterion='min' ignored in best-genome tracking, stagnation, reproduction, crossover, and statistics

The fitness_criterion config parameter was only used for the termination
check. All other fitness comparisons hardcoded "higher is better",
making fitness_criterion='min' fundamentally broken (GitHub issue #187).

Added is_better_fitness(), meets_threshold(), and worst_fitness() methods
to Config as the single source of truth for fitness direction. Updated
population.py, stagnation.py, reproduction.py, genome.py, and
statistics.py to use direction-aware comparisons throughout.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

45 of 45 new or added lines in 6 files covered. (100.0%)

2154 of 2479 relevant lines covered (86.89%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23789324450.1 31 Mar 2026 09:04AM UTC 30
86.89
GitHub Action Run
Source Files on build 23789324450
  • Tree
  • List 30
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ec337847 on github
  • Prev Build on master (#23589801782)
  • Next Build on master (#23789376172)
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