Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Update codecov coverage upload to use GitHub Action (CI) #20817

Merged
merged 1 commit into from
Apr 12, 2023

Conversation

dalthviz
Copy link
Member

Description of Changes

Using the codecov package causes CI to fail with pip since the codecov package was removed from PyPI. The error from CI is the following:

ERROR: Could not find a version that satisfies the requirement codecov (from versions: none)
ERROR: No matching distribution found for codecov

Example CI run where this happens: https://github.com/spyder-ide/spyder/actions/runs/4681680400/jobs/8294575413?pr=20421#step:10:420

Remove codecov related install commands and use Codecov GitHub Action instead to upload coverage reports

Affirmation

By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.

I certify the above statement is true and correct: dalthviz

@dalthviz dalthviz added this to the v5.4.4 milestone Apr 12, 2023
@dalthviz dalthviz self-assigned this Apr 12, 2023
Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks @dalthviz!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants