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

remove usages of deprecated codecov package #1245

Merged
merged 6 commits into from
Apr 17, 2023

Conversation

zacharyburnett
Copy link
Collaborator

the codecov package is now deprecated and has been yanked from PyPI

the `codecov` package is now deprecated and has been yanked from PyPI
the `codecov` package is now deprecated and has been yanked from PyPI
@zacharyburnett zacharyburnett marked this pull request as ready for review April 13, 2023 17:23
Copy link
Collaborator

@mfixstsci mfixstsci left a comment

Choose a reason for hiding this comment

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

Cool -- thanks @zacharyburnett is there a recommended coverage tool we could use?

@bhilbert4
Copy link
Collaborator

See #1244 for some notes on migrating to the new tool

@zacharyburnett
Copy link
Collaborator Author

Cool -- thanks @zacharyburnett is there a recommended coverage tool we could use?

Yes indeed; pytest-cov already takes care of coverage testing, and Codecov has a new codecov-uploader; they've just deprecated their previous Python package, so to upload coverage to Codecov we now have to either download the new binary that they distribute, or use the GitHub action in the CI workflow that does all of that for us

@mfixstsci mfixstsci merged commit a6e3de2 into spacetelescope:develop Apr 17, 2023
4 checks passed
@zacharyburnett zacharyburnett deleted the patch-1 branch April 17, 2023 15:09
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.

None yet

3 participants