Skip to content

chore(CI): update codecov to fix keybase signing issues#2758

Merged
RoamingNoMaD merged 1 commit into
RedHatInsights:masterfrom
RoamingNoMaD:update-codecov-v7
Jun 8, 2026
Merged

chore(CI): update codecov to fix keybase signing issues#2758
RoamingNoMaD merged 1 commit into
RedHatInsights:masterfrom
RoamingNoMaD:update-codecov-v7

Conversation

@RoamingNoMaD

@RoamingNoMaD RoamingNoMaD commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

codecov/codecov-action#1956

Secure Coding Practices Checklist GitHub Link

Secure Coding Checklist

  • Input Validation
  • Output Encoding
  • Authentication and Password Management
  • Session Management
  • Access Control
  • Cryptographic Practices
  • Error Handling and Logging
  • Data Protection
  • Communication Security
  • System Configuration
  • Database Security
  • File Management
  • Memory Management
  • General Coding Practices

@RoamingNoMaD RoamingNoMaD requested a review from a team as a code owner June 8, 2026 09:17
@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@RoamingNoMaD, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 55 minutes and 51 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Enterprise

Run ID: b6ec3218-b2d1-44b0-b308-4c4213bc3e2b

📥 Commits

Reviewing files that changed from the base of the PR and between bdec9c6 and 89c5bb6.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml

Walkthrough

The CI workflow's Codecov upload action is upgraded from v6.0.1 to v7.0.0 in both the RSpec and minitest coverage upload steps. All other workflow configuration remains unchanged.

Changes

Codecov action version upgrade

Layer / File(s) Summary
Codecov action version updates
.github/workflows/ci.yml
RSpec and minitest coverage upload steps upgrade codecov/codecov-action from v6.0.1 to v7.0.0; surrounding configuration (fail_ci_if_error, token, and version: v10.0.1) remains unchanged.

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: updating Codecov to address Keybase signing issues in the CI workflow.
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.
Description check ✅ Passed The PR description matches the required template structure and includes the secure coding checklist with appropriate item selection.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

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

@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 @.github/workflows/ci.yml:
- Line 152: Replace the mutable tag usage of the Codecov GitHub Action with the
provided immutable commit digest: change the occurrences of "uses:
codecov/codecov-action@v7.0.0" (both instances referenced) to use the commit SHA
"e53489f4d376d79066609109e7a95a95a29eb3740b1" so the workflow pins the action to
that specific commit instead of a mutable tag.
🪄 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: Organization UI

Review profile: CHILL

Plan: Enterprise

Run ID: ed12d9bf-084b-4a60-8c0e-b7649165312f

📥 Commits

Reviewing files that changed from the base of the PR and between a45b493 and bdec9c6.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml

Comment thread .github/workflows/ci.yml
@codecov

codecov Bot commented Jun 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.52%. Comparing base (7daa784) to head (bdec9c6).
⚠️ Report is 14 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2758      +/-   ##
==========================================
- Coverage   93.53%   93.52%   -0.01%     
==========================================
  Files         184      184              
  Lines        4390     4399       +9     
==========================================
+ Hits         4106     4114       +8     
- Misses        284      285       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@RoamingNoMaD RoamingNoMaD force-pushed the update-codecov-v7 branch 4 times, most recently from d73a21b to 4d21983 Compare June 8, 2026 12:07
@RoamingNoMaD RoamingNoMaD merged commit 7960b3b into RedHatInsights:master Jun 8, 2026
8 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants