-
Notifications
You must be signed in to change notification settings - Fork 74
codecov gone from pypi? #1019
Description
codecov used to be on pypi so it could be pip installed. The project was on https://pypi.org/project/codecov/ but its not available i am getting a 404. Did the python package got removed by any chance?
I started getting failures in the CI check because i have this as a dependency in my requirements.txt see https://github.com/buildtesters/buildtest/blob/devel/docs/requirements.txt#L1 i use the codecov utility to upload the results. Can you please tell me if this has changed. I saw that one should be using curl to get the uploader looking at https://docs.codecov.com/docs/codecov-uploader. Can you please help me out.