• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

umputun / ralphex / 29693268781
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: fix-individual-spend-limit-pattern
DEFAULT BRANCH: master
Ran 19 Jul 2026 08:06PM UTC
Jobs 1
Files 55
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

19 Jul 2026 03:38PM UTC coverage: 83.792% (+0.07%) from 83.718%
29693268781

Pull #414

github

alekb
fix: align default review agents with the review-loop contract

the five default agent bodies described what to review but not the
contract the surrounding loop depends on, which made review iterations
churn: agents could report pre-existing repo-wide issues every pass
(stalling the zero-findings REVIEW_DONE exit), edit files themselves
(the parent loop owns fixing and committing), and had no defined output
for the clean case. the implementation agent verified goal fit without
ever being given the goal, and the documentation agent instructed the
reviewer to edit plan files mid-review.

- review-context lead-in now carries the shared reviewer contract:
  diff scope, read-only, evidence bar, and the NO ISSUES FOUND sentinel
  already used by external reviewers - applies to custom agents too
- implementation: receives {{GOAL}}/{{PLAN_FILE}}, drops the generic
  edge-case overlap with quality, adds severity for the second pass
- quality: drops the simplicity section (simplification agent owns it,
  and it produced discardable findings in the critical-only second
  pass), dedupes checklist items, adds severity
- testing: scoped to changed code, collapses self-duplicating sections,
  location field now covers missing-test findings, adds severity and a
  focus line, allows running the suite read-only
- simplification: scope + plan-awareness, requires project-wide search
  evidence for 'unused/no callers' claims, skips generated code,
  defers large-effort findings to follow-up plans
- documentation: plan-file bullets become report items instead of edit
  imperatives, checks current docs before reporting gaps, also catches
  docs made stale by the change, findings anchored to a file:line
  trigger so the parent can verify them

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #414: fix: align default review agents with the review-loop contract

6 of 6 new or added lines in 1 file covered. (100.0%)

7801 of 9310 relevant lines covered (83.79%)

227.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29693268781.1 19 Jul 2026 08:06PM UTC 55
83.79
GitHub Action Run
Source Files on build 29693268781
  • Tree
  • List 55
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #414
  • PR Base - master (#29632661454)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc