pytroll / trollflow2

Next generation Trollflow. Trollflow is for batch-processing satellite data using Satpy
https://trollflow2.readthedocs.org/
GNU General Public License v3.0
10 stars 15 forks source link

Add area name to "area kept" log message #101

Closed gerritholl closed 3 years ago

gerritholl commented 3 years ago

When logging a debug message that an area is kept because of sufficient area coverage, add the name of the area.

This will break backward compatibility with systems searching for this exact log message.

ghost commented 3 years ago

DeepCode failed to analyze this pull request

Something went wrong despite trying multiple times, sorry about that. Please comment this pull request with "Retry DeepCode" to manually retry, or contact us so that a human can look into the issue.

mraspaud commented 3 years ago

I just made a dummy commit for triggering the actions.

codecov[bot] commented 3 years ago

Codecov Report

Merging #101 (d26a3cf) into master (163ba83) will increase coverage by 1.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   92.44%   93.50%   +1.05%     
==========================================
  Files          10        9       -1     
  Lines        1654     1677      +23     
==========================================
+ Hits         1529     1568      +39     
+ Misses        125      109      -16     
Flag Coverage Δ
unittests 93.50% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
trollflow2/plugins/__init__.py 91.04% <100.00%> (+0.08%) :arrow_up:
trollflow2/tests/test_trollflow2.py 99.85% <100.00%> (+<0.01%) :arrow_up:
trollflow2/__init__.py 66.66% <0.00%> (-33.34%) :arrow_down:
setup.py
trollflow2/tests/test_launcher.py 98.45% <0.00%> (+0.14%) :arrow_up:
trollflow2/launcher.py 76.21% <0.00%> (+1.32%) :arrow_up:
trollflow2/dict_tools.py 94.23% <0.00%> (+7.69%) :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 7acb09b...d26a3cf. Read the comment docs.