pytroll / pytroll-collectors

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

Floor minutes only if configured #50

Closed pnuu closed 4 years ago

pnuu commented 4 years ago

This PR fixes a bug in segment gatherer where metadata start_time minutes were set to zero even if nothing was configured. Now they need to be explicitly set.

codecov[bot] commented 4 years ago

Codecov Report

Merging #50 into master will decrease coverage by 0.01%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #50      +/-   ##
=========================================
- Coverage    4.22%   4.21%   -0.02%     
=========================================
  Files          18      18              
  Lines        2885    2896      +11     
=========================================
  Hits          122     122              
- Misses       2763    2774      +11
Impacted Files Coverage Δ
pytroll_collectors/tests/test_segments.py 0% <0%> (ø) :arrow_up:
pytroll_collectors/segments.py 0% <0%> (ø) :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 066591a...6d7a469. Read the comment docs.