sisl / Records.jl

Containers for object lists over time
Other
2 stars 2 forks source link

records iterator added #6

Closed mattuntergassmair closed 5 years ago

mattuntergassmair commented 5 years ago

@MaximeBouton

codecov-io commented 5 years ago

Codecov Report

Merging #6 into master will increase coverage by 3.21%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   85.29%   88.51%   +3.21%     
==========================================
  Files           7        7              
  Lines         306      296      -10     
==========================================
+ Hits          261      262       +1     
+ Misses         45       34      -11
Impacted Files Coverage Δ
src/queuerecords.jl 57.89% <ø> (+1.13%) :arrow_up:
src/frames.jl 92.5% <0%> (+3.34%) :arrow_up:
src/listrecords.jl 94.57% <0%> (+3.52%) :arrow_up:
src/conversions.jl 97.36% <0%> (+4.86%) :arrow_up:
src/common.jl 57.14% <0%> (+7.14%) :arrow_up:

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 593654f...326d5d3. Read the comment docs.

MaximeBouton commented 5 years ago

This is great! thanks!

We should probably document this package...