Skip to content

fix: resolve package error in codecov badge workflow#1008

Open
chipspeak wants to merge 1 commit intoproject-codeflare:mainfrom
chipspeak:fix-codecov-badge-error
Open

fix: resolve package error in codecov badge workflow#1008
chipspeak wants to merge 1 commit intoproject-codeflare:mainfrom
chipspeak:fix-codecov-badge-error

Conversation

@chipspeak
Copy link
Contributor

@chipspeak chipspeak commented Feb 12, 2026

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
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 12, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign laurafitzgerald for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@codecov
Copy link

codecov bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.97%. Comparing base (b74b01b) to head (4eff715).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1008   +/-   ##
=======================================
  Coverage   95.97%   95.97%           
=======================================
  Files          23       23           
  Lines        2211     2211           
=======================================
  Hits         2122     2122           
  Misses         89       89           

☔ 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
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.

1 participant