felixc / rexiv2

Rust library for read/write access to media-file metadata (Exif, XMP, and IPTC)
GNU General Public License v3.0
79 stars 17 forks source link

Improve test coverage #57

Closed felixc closed 2 years ago

felixc commented 2 years ago

We have to limit the number of concurrent doctests being run, because otherwise we run out of memory on our small CircleCI instances. Alternatively we could bump the instance size up to "medium", but that felt unnecessary at this time.

codecov[bot] commented 2 years ago

Codecov Report

Merging #57 (fd34e02) into main (96241e7) will increase coverage by 30.70%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##             main      #57       +/-   ##
===========================================
+ Coverage   35.88%   66.59%   +30.70%     
===========================================
  Files           1        1               
  Lines         680      886      +206     
===========================================
+ Hits          244      590      +346     
+ Misses        436      296      -140     
Impacted Files Coverage Δ
src/lib.rs 66.59% <100.00%> (+30.70%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.