Skip to content

chore(deps): sync coverage 7.15.1 pins - #2776

Merged
stranske merged 2 commits into
mainfrom
codex/coverage-7-15-1-sync
Jul 15, 2026
Merged

chore(deps): sync coverage 7.15.1 pins#2776
stranske merged 2 commits into
mainfrom
codex/coverage-7-15-1-sync

Conversation

@stranske

@stranske stranske commented Jul 15, 2026

Copy link
Copy Markdown
Owner

Moves the shared coverage pin together in .github/workflows/autofix-versions.env, pyproject.toml, and requirements.lock. This supersedes consumer-only coverage bumps such as stranske/Workflows-Integration-Tests#44.

Summary by CodeRabbit

  • Chores
    • Updated the development tooling’s coverage package to version 7.15.1.
    • Updated the pinned coverage version in automated workflows to match 7.15.1.
    • Refreshed the coverage version pins across included repository templates.

Copilot AI review requested due to automatic review settings July 15, 2026 02:32
@cursor

cursor Bot commented Jul 15, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Coverage is upgraded from 7.15.0 to 7.15.1 in the project development dependency and repository workflow environment files.

Changes

Coverage version synchronization

Layer / File(s) Summary
Update Coverage version references
.github/workflows/autofix-versions.env, pyproject.toml, templates/*/.github/workflows/autofix-versions.env
Coverage references are updated from 7.15.0 to 7.15.1 across project dependencies and workflow templates.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested labels: dependencies, github:actions, sync

Suggested reviewers: github-actions[bot]

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: syncing coverage pins to version 7.15.1.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/coverage-7-15-1-sync

Comment @coderabbitai help to get the list of available commands.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 896aaa06c7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/autofix-versions.env

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aligns the repository’s Python coverage pin to 7.15.1 across the repo’s dev dependency declaration (pyproject.toml), the resolved lockfile (requirements.lock), and the workflow pin surface (.github/workflows/autofix-versions.env), to keep CI/dev-tooling consistent.

Changes:

  • Bump coverage from 7.15.07.15.1 in pyproject.toml dev extras.
  • Bump coverage from 7.15.07.15.1 in requirements.lock.
  • Bump COVERAGE_VERSION from 7.15.07.15.1 in .github/workflows/autofix-versions.env.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
requirements.lock Updates the locked coverage version to 7.15.1.
pyproject.toml Updates the dev dependency pin for coverage to 7.15.1.
.github/workflows/autofix-versions.env Updates the workflow pin COVERAGE_VERSION to 7.15.1.

Comment thread .github/workflows/autofix-versions.env
@stranske-keepalive

stranske-keepalive Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Automated Status Summary

Head SHA: cc3cec7
Latest Runs: ⏳ pending — Gate
Required contexts: Gate / gate, Health 45 Agents Guard / guard
Required: core tests (3.12): ⏳ pending, core tests (3.13): ⏳ pending, docker smoke: ⏳ pending, gate: ⏳ pending

Workflow / Job Result Logs
(no jobs reported) ⏳ pending

Coverage Overview

  • Coverage history entries: 1

Coverage Trend

Metric Value
Current 75.65%
Baseline 85.00%
Delta -9.35%
Minimum 70.00%
Status ✅ Pass

Top Coverage Hotspots (lowest coverage)

File Coverage Missing
scripts/issue_dedup_smoke.py 0.0% 4
scripts/runner_lib/__main__.py 0.0% 3
scripts/validate_template_sync.py 0.0% 81
scripts/langchain/topic_splitter.py 19.1% 57
tools/codex_log_analyzer.py 19.6% 140
scripts/repo_review_round2_runner.py 25.1% 344
scripts/prune_agent_stubs.py 39.7% 26
scripts/repo_review_round1_runner.py 40.7% 133
tools/ensure_workflow_timeout_variables.py 42.1% 74
scripts/sync_label_docs.py 42.9% 64
tools/discover_model_catalog.py 43.8% 54
tools/ci_failure_triage.py 44.2% 123
scripts/repo_review_backlog_scan.py 45.3% 116
scripts/repo_review_body_writer.py 46.5% 86
tools/codex_session_analyzer.py 47.9% 59

Low Coverage Files (<50.0%)

File Coverage Missing
scripts/issue_dedup_smoke.py 0.0% 4
scripts/runner_lib/__main__.py 0.0% 3
scripts/validate_template_sync.py 0.0% 81
scripts/langchain/topic_splitter.py 19.1% 57
tools/codex_log_analyzer.py 19.6% 140
scripts/repo_review_round2_runner.py 25.1% 344
scripts/prune_agent_stubs.py 39.7% 26
scripts/repo_review_round1_runner.py 40.7% 133
tools/ensure_workflow_timeout_variables.py 42.1% 74
scripts/sync_label_docs.py 42.9% 64
tools/discover_model_catalog.py 43.8% 54
tools/ci_failure_triage.py 44.2% 123
scripts/repo_review_backlog_scan.py 45.3% 116
scripts/repo_review_body_writer.py 46.5% 86
tools/codex_session_analyzer.py 47.9% 59

Updated automatically; will refresh on subsequent CI/Docker completions.


Keepalive checklist

Scope

No scope information available

Tasks

  • No tasks defined

Acceptance criteria

  • No acceptance criteria defined

@stranske
stranske temporarily deployed to agent-high-privilege July 15, 2026 02:36 — with GitHub Actions Inactive
@stranske
stranske temporarily deployed to agent-high-privilege July 15, 2026 06:30 — with GitHub Actions Inactive
@stranske
stranske enabled auto-merge (squash) July 15, 2026 06:31

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@templates/consumer-repo/.github/workflows/autofix-versions.env`:
- Line 15: Revert the COVERAGE_VERSION change in the consumer template’s
autofix-versions configuration, restoring its prior repository-specific value.
Keep shared Coverage dependency updates in the shared configuration and modify
this override only for pins uniquely required by the consumer repository.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: feb1b807-30ab-4f02-936a-a2608213e51b

📥 Commits

Reviewing files that changed from the base of the PR and between 896aaa0 and 6904f5c.

📒 Files selected for processing (2)
  • templates/consumer-repo/.github/workflows/autofix-versions.env
  • templates/integration-repo/.github/workflows/autofix-versions.env

Comment thread templates/consumer-repo/.github/workflows/autofix-versions.env
@stranske
stranske merged commit fddc8b4 into main Jul 15, 2026
81 checks passed
@stranske
stranske deleted the codex/coverage-7-15-1-sync branch July 15, 2026 06:34
stranske added a commit that referenced this pull request Jul 24, 2026
#2815)

Health 74 Template Drift has been red on main since 2026-07-20, forcing an
admin override on every Workflows merge. Root cause is NOT unintended drift:
Renovate/dep-pin bumps (#2799 actions/checkout v7.0.1, #2776 coverage pins)
moved the consumer templates' pinned action SHAs, so 13 already-allowlisted
entries' recorded fingerprints went stale.

Verified via `git log --since=<last baseline>` that the only commits touching
these 13 workflow files since the last re-baseline were those dependency bumps
(root workflows keep floating major tags by design; consumer templates SHA-pin
per the fleet action-pin contract, docs/HISTORY.md / PR #1925). The divergence
is the intentional action-pin-contract drift, not a missing consumer
improvement — so per the allowlist's own documented process, refresh the
fingerprints rather than align (aligning would strip the required consumer pins).

Refreshed main/template sha256 for: belt 71/72/73, auto-label,
autofix-dispatcher, capability-check, decompose, dedup, guard, issue-optimizer,
keepalive-loop-reporter, verifier, weekly-metrics. Per-entry reasons preserved;
dated re-baseline note added to the header.

check_template_drift.py now reports "unallowlisted drift: 0" (exit 0).

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation Automation and workflow automation codex codex-automation maintenance Maintenance tasks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants