Closed pnuu closed 3 years ago
Merging #93 (8180863) into main (e6e95b0) will increase coverage by
0.06%
. The diff coverage is45.00%
.
@@ Coverage Diff @@
## main #93 +/- ##
==========================================
+ Coverage 83.33% 83.39% +0.06%
==========================================
Files 19 19
Lines 2622 2620 -2
==========================================
Hits 2185 2185
+ Misses 437 435 -2
Impacted Files | Coverage Δ | |
---|---|---|
pytroll_collectors/file_notifiers.py | 0.00% <0.00%> (ø) |
|
pytroll_collectors/triggers/_watchdog.py | 39.65% <0.00%> (ø) |
|
pytroll_collectors/geographic_gatherer.py | 84.55% <25.00%> (+1.35%) |
:arrow_up: |
pytroll_collectors/region_collector.py | 81.50% <50.00%> (ø) |
|
pytroll_collectors/triggers/_base.py | 74.81% <66.66%> (ø) |
|
pytroll_collectors/segments.py | 89.93% <80.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 e6e95b0...8180863. Read the comment docs.
This PR adjusts the logging levels to more reasonable levels.
Replaces #66 Closes #65