tlambert03 / nd2

Full-featured nd2 (Nikon NIS Elements) file reader for python. Outputs to numpy, dask, and xarray. Exhaustive metadata extraction
https://tlambert03.github.io/nd2
BSD 3-Clause "New" or "Revised" License
54 stars 15 forks source link

fix coverage #12

Closed tlambert03 closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #12 (2180e6f) into main (9ade725) will increase coverage by 87.60%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##            main      #12       +/-   ##
==========================================
+ Coverage   0.00%   87.60%   +87.60%     
==========================================
  Files          8       11        +3     
  Lines        874     1057      +183     
==========================================
+ Hits           0      926      +926     
+ Misses       874      131      -743     
Impacted Files Coverage Δ
nd2/_sdk/picture.pyx 86.95% <0.00%> (ø)
nd2/_sdk/picture.pxd 88.88% <0.00%> (ø)
nd2/_sdk/latest.pyx 88.06% <0.00%> (ø)
nd2/_chunkmap.py 57.14% <0.00%> (+57.14%) :arrow_up:
nd2/_legacy.py 83.87% <0.00%> (+83.87%) :arrow_up:
nd2/nd2file.py 92.30% <0.00%> (+92.30%) :arrow_up:
nd2/_util.py 92.45% <0.00%> (+92.45%) :arrow_up:
nd2/structures.py 97.00% <0.00%> (+97.00%) :arrow_up:
nd2/_xml.py 97.36% <0.00%> (+97.36%) :arrow_up:
nd2/__init__.py 100.00% <0.00%> (+100.00%) :arrow_up:
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9ade725...2180e6f. Read the comment docs.