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 test dependency on `codecov` package #144

Closed edgarrmondragon closed 1 year ago

edgarrmondragon commented 1 year ago

Closes https://github.com/Erotemic/xdoctest/issues/143

codecov[bot] commented 1 year ago

Codecov Report

Merging #144 (3a7f91a) into main (962570d) will decrease coverage by 0.93%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #144 +/- ## ========================================== - Coverage 87.07% 86.15% -0.93% ========================================== Files 27 27 Lines 3150 3149 -1 Branches 707 658 -49 ========================================== - Hits 2743 2713 -30 - Misses 293 314 +21 - Partials 114 122 +8 ```