Closed pnuu closed 4 years ago
Merging #50 into master will decrease coverage by
0.01%
. The diff coverage is0%
.
@@ 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.
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.