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

umputun / ralphex / 25286106198
83%

Build:
DEFAULT BRANCH: master
Ran 03 May 2026 05:40PM UTC
Jobs 1
Files 42
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

03 May 2026 05:38PM UTC coverage: 82.644% (+0.2%) from 82.463%
25286106198

push

github

umputun
fix: tighten default codex error/limit patterns to avoid false positives

Previous defaults `Rate limit,quota exceeded,You've hit your usage limit`
substring-match any findings text that mentions "rate limit" or
"quota exceeded". When codex exits non-zero for an unrelated reason
while reviewing a codebase that talks about rate limiting (Cloudflare
Workers, API gateways, WAFs), ralphex aborts with "detected Rate limit
in codex output" even though no actual limit was hit.

The clean-exit gate from #200 prevents this in the common case but
not when codex non-zero exits for a transient reason. Tightening the
default to phrases that only appear in real error messages provides
defense-in-depth.

New default for codex_error_patterns and codex_limit_patterns:
Rate limit exceeded,rate limit reached,429 Too Many Requests,
quota exceeded,insufficient_quota,You've hit your usage limit

Users with customized values keep them on update; comment the line
out to inherit the new embedded default.

Closes #321

6833 of 8268 relevant lines covered (82.64%)

221.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25286106198.1 03 May 2026 05:40PM UTC 42
82.64
GitHub Action Run
Source Files on build 25286106198
  • Tree
  • List 42
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 593bcf2b on github
  • Prev Build on master (#25285425785)
  • Next Build on master (#25286195457)
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