Erotemic / xdoctest

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

Start branch for 0.15.9 #103

Closed Erotemic closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #103 (aaefc72) into main (8de07a2) will increase coverage by 6.52%. The diff coverage is 96.42%.

:exclamation: Current head aaefc72 differs from pull request most recent head 135e379. Consider uploading reports for the commit 135e379 to get more accurate results

@@            Coverage Diff             @@
##             main     #103      +/-   ##
==========================================
+ Coverage   78.69%   85.22%   +6.52%     
==========================================
  Files          26       26              
  Lines        3028     3019       -9     
  Branches      624      626       +2     
==========================================
+ Hits         2383     2573     +190     
+ Misses        557      346     -211     
- Partials       88      100      +12