build: add make reproduce for README evidence - #14
Conversation
|
Warning Review limit reached
Next review available in: 38 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
🎉 This PR is included in version 1.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Adds a single
make reproduceentry point that regenerates the benchmark, coverage, quality-check, and repository-inventory evidence cited by the README. The README now points readers to generated artifacts instead of retaining static timing or coverage claims that drift from the commit being reviewed.Files changed
Makefile— adds thereproducetarget.scripts/reproduce.py— runs Black, Ruff, mypy, pytest with XML coverage, the 500-iteration benchmark harness, JSON validation, and a tracked-file inventory; writesreproducibility-results.json..github/workflows/ci.yml— adds an independent job that runsmake reproduceand uploads all three artifacts.README.md— replaces static measured values with artifact paths and the exact reproduction command. Design targets remain explicitly labeled as targets, not measurements.Validation performed
make reproducepassed Black, Ruff, mypy, pytest/coverage, the benchmark harness, and JSON validation.README metric reconciliation
benchmark-results.jsondriver-10selectedbenchmark-results.jsonbenchmark-results.jsonreproducibility-results.jsoncoverage.xmlandreproducibility-results.jsonreproducibility-results.jsonRisks
Follow-up recommendations