Erotemic / xdoctest

A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of REGEX.
Apache License 2.0
205 stars 12 forks source link

Remove dependency on the codecov uploader package #143

Closed edgarrmondragon closed 1 year ago

edgarrmondragon commented 1 year ago

The codecov uploader Python package has been deprecated and its files removed from PyPI. The new recommended to upload coverage results is to use the official codecov/codecov-action, which this project seems to already be using:

https://github.com/Erotemic/xdoctest/blob/962570d6881c2d625b4dbee8fcc41403892494d3/.github/workflows/tests.yml#L335-L338