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

Use UnsafeLoader when reading product list for process() #135

Closed pnuu closed 2 years ago

pnuu commented 2 years ago

In #134 the config reading was refactored, and the Loader kwarg was accidentally changed when the product list is read.

codecov[bot] commented 2 years ago

Codecov Report

Merging #135 (9bf87b1) into main (fe49955) will increase coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #135      +/-   ##
==========================================
+ Coverage   95.08%   95.16%   +0.07%     
==========================================
  Files          11       11              
  Lines        2280     2296      +16     
==========================================
+ Hits         2168     2185      +17     
+ Misses        112      111       -1     
Flag Coverage Δ
unittests 95.16% <100.00%> (+0.07%) :arrow_up:

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

Impacted Files Coverage Δ
trollflow2/launcher.py 87.71% <100.00%> (+0.34%) :arrow_up:
trollflow2/tests/test_launcher.py 97.95% <100.00%> (+0.08%) :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 fe49955...9bf87b1. Read the comment docs.