Skip to content

fix: resolve package error in codecov badge workflow#1008

Merged
openshift-merge-bot[bot] merged 1 commit into
project-codeflare:mainfrom
chipspeak:fix-codecov-badge-error
Mar 3, 2026
Merged

fix: resolve package error in codecov badge workflow#1008
openshift-merge-bot[bot] merged 1 commit into
project-codeflare:mainfrom
chipspeak:fix-codecov-badge-error

Conversation

@chipspeak

@chipspeak chipspeak commented Feb 12, 2026

Copy link
Copy Markdown
Contributor

Issue link

(No Jira)

What changes have been made

Remove the action which was causing the package error in the codecov badge workflow. Replaced with a simple run command.

Verification steps

  • Check out this branch.
  • Run:
pip install 'setuptools<82' coverage-badge
coverage-badge -o coverage.svg
  • Provided you have an existing coverage run, it should execute the workflow without the package error we've been seeing.

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • Testing is not required for this change

@openshift-ci openshift-ci Bot requested review from dimakis and kryanbeane February 12, 2026 10:44
@codecov

codecov Bot commented Feb 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.85%. Comparing base (63c3a66) to head (ae2afcd).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1008   +/-   ##
=======================================
  Coverage   95.85%   95.85%           
=======================================
  Files          23       23           
  Lines        2241     2241           
=======================================
  Hits         2148     2148           
  Misses         93       93           

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@chipspeak chipspeak force-pushed the fix-codecov-badge-error branch from 7ee9354 to 4eff715 Compare February 12, 2026 11:08
@openshift-ci openshift-ci Bot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Mar 3, 2026
@chipspeak chipspeak force-pushed the fix-codecov-badge-error branch from 4eff715 to 9602d82 Compare March 3, 2026 10:38
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Mar 3, 2026
Signed-off-by: Pat O'Connor <paoconno@redhat.com>
@chipspeak chipspeak force-pushed the fix-codecov-badge-error branch from 9602d82 to ae2afcd Compare March 3, 2026 10:49
@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Mar 3, 2026
@openshift-ci

openshift-ci Bot commented Mar 3, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kryanbeane

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot Bot merged commit 8c9f3eb into project-codeflare:main Mar 3, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants