spyder-ide / spyder-kernels

Jupyter Kernels for the Spyder console
MIT License
39 stars 40 forks source link

Codecov Package was Yanked #454

Closed blink1073 closed 1 year ago

blink1073 commented 1 year ago

Downstream tests are failing because spyder-kernels has a dependency on the codecov package, which is now defunct.

You can either use the codecov upload action, or use the new helper actions from maintainer-tools. See https://github.com/ipython/ipykernel/pull/1109 for an example.

ccordoba12 commented 1 year ago

Thanks @blink1073 for opening this issue. I'll fix it right away.