pytroll / pytroll-collectors

Collector modules for Pytroll
GNU General Public License v3.0
3 stars 18 forks source link

Add the possibility to handle collections and datasets in input messages. #64

Closed mraspaud closed 3 years ago

mraspaud commented 4 years ago

Includes refactoring.

codecov[bot] commented 4 years ago

Codecov Report

Merging #64 into master will increase coverage by 8.97%. The diff coverage is 97.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   63.88%   72.86%   +8.97%     
==========================================
  Files          14       14              
  Lines        2082     2454     +372     
==========================================
+ Hits         1330     1788     +458     
+ Misses        752      666      -86     
Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
pytroll_collectors/segments.py 89.43% <94.62%> (+21.92%) :arrow_up:
pytroll_collectors/tests/test_segments.py 99.14% <100.00%> (+1.28%) :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 23a66df...d7175df. Read the comment docs.

mraspaud commented 3 years ago

Thanks for the review. I will fix the codefactor issues and do a bit of live testing before I merge.