pytroll / pytroll-collectors

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

Fix too many protocols #107

Closed mraspaud closed 2 years ago

mraspaud commented 2 years ago

The recent changes for allowing the creation of uris for remote filesystems was not sufficiently tested, and real world tests exposed a bug.

This fixes it.

codecov[bot] commented 2 years ago

Codecov Report

Merging #107 (3a27347) into main (9225601) will decrease coverage by 0.26%. The diff coverage is 45.00%.

@@            Coverage Diff             @@
##             main     #107      +/-   ##
==========================================
- Coverage   89.58%   89.31%   -0.27%     
==========================================
  Files          25       25              
  Lines        3609     3623      +14     
==========================================
+ Hits         3233     3236       +3     
- Misses        376      387      +11     
Impacted Files Coverage Δ
pytroll_collectors/tests/test_fsspec_to_message.py 93.29% <42.10%> (-6.71%) :arrow_down:
pytroll_collectors/fsspec_to_message.py 97.93% <100.00%> (ø)

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 9225601...3a27347. Read the comment docs.