Closed pnuu closed 1 week ago
Attention: Patch coverage is 71.42857%
with 14 lines
in your changes missing coverage. Please review.
Project coverage is 91.82%. Comparing base (
80956c4
) to head (3409378
). Report is 15 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
pytroll_collectors/segments.py | 35.71% | 9 Missing :warning: |
pytroll_collectors/tests/test_segments.py | 85.71% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
pytroll_collectors/tests/test_segments.py | 30 | 35 | 85.71% | ||
pytroll_collectors/segments.py | 5 | 14 | 35.71% | ||
<!-- | Total: | 35 | 49 | 71.43% | --> |
Totals | |
---|---|
Change from base Build 7932120988: | 91.0% |
Covered Lines: | 4062 |
Relevant Lines: | 4462 |
This PR adds SIGTERM handling to segment gatherer.
After receiving the signal, the gatherer will wait until all active collections have been finished and then exit the program.