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: Remove usage of deprecated codecov package and move to GitHub Action variant #232

Merged
merged 2 commits into from
Apr 13, 2023

Conversation

dalthviz
Copy link
Member

@dalthviz dalthviz commented Apr 12, 2023

Using the codecov package can 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 Spyder CI run where this happens: https://github.com/spyder-ide/spyder/actions/runs/4681680400/jobs/8294575413?pr=20421#step:10:420

Remove codecov from requirements and use Codecov GitHub Action instead to upload coverage reports

@dalthviz dalthviz added this to the v1.3.0 milestone Apr 12, 2023
@dalthviz dalthviz self-assigned this Apr 12, 2023
@dalthviz dalthviz requested a review from ccordoba12 April 12, 2023 19:06
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.

Thanks @dalthviz!

@ccordoba12 ccordoba12 merged commit cd4768d into spyder-ide:master Apr 13, 2023
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.

2 participants