Closed mraspaud closed 3 years ago
Merging #106 (54c3759) into master (0f87b0b) will decrease coverage by
0.09%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #106 +/- ##
==========================================
- Coverage 93.58% 93.48% -0.10%
==========================================
Files 8 9 +1
Lines 1668 1674 +6
==========================================
+ Hits 1561 1565 +4
- Misses 107 109 +2
Flag | Coverage Δ | |
---|---|---|
unittests | 93.48% <100.00%> (-0.10%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
trollflow2/plugins/__init__.py | 91.04% <ø> (ø) |
|
trollflow2/tests/test_trollflow2.py | 99.85% <100.00%> (ø) |
|
trollflow2/__init__.py | 66.66% <0.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 0f87b0b...54c3759. Read the comment docs.
duplicate of #97
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.
FYI It is SATPY_CONFIG_PATH
not DIR
.
As of satpy 0.26.0, the scene creation doesn't accept the
ppp_config_dir
parameter anymore. This PR removes it, since the prefered usage is to pathSATPY_CONFIG_DIR
as an environment variable now.flake8 trollflow2