chore: update shared coverage pin - #2731
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 57 minutes Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. 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: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Workflow source neededPR #2731 needs either a linked GitHub issue or one valid non-issue Workflow Source before PR metadata automation can manage it safely. Please do one of:
Once a valid source is present, this warning will not be reposted. |
Automated Status SummaryHead SHA: 5611177
Coverage Overview
Coverage Trend
Top Coverage Hotspots (lowest coverage)
Low Coverage Files (<50.0%)
Updated automatically; will refresh on subsequent CI/Docker completions. Keepalive checklistScopeNo scope information available Tasks
Acceptance criteria
|
There was a problem hiding this comment.
Pull request overview
Updates the repository’s canonical coverage version pin used by the autofix/dev-tool pin-sync mechanism, and propagates that pin through the Workflows source-of-truth files and both consumer/integration templates.
Changes:
- Bump
COVERAGE_VERSIONfrom7.14.3to7.15.0in the canonical autofix pin file and both templates. - Align the Workflows Python dev dependency pin (
pyproject.toml) and the lockfile (requirements.lock) tocoverage==7.15.0.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/autofix-versions.env |
Updates canonical COVERAGE_VERSION to 7.15.0 (source of truth for sync scripts/templates). |
templates/consumer-repo/.github/workflows/autofix-versions.env |
Syncs consumer template coverage pin to match canonical env pin. |
templates/integration-repo/.github/workflows/autofix-versions.env |
Syncs integration template coverage pin to match canonical env pin. |
pyproject.toml |
Updates dev dependency pin for coverage to 7.15.0. |
requirements.lock |
Updates locked coverage version to 7.15.0 to remain consistent with the canonical pin. |
Summary
Validation