Closed 01painadam closed 5 years ago
Merging #58 into master will increase coverage by
14.64%
. The diff coverage is50%
.
@@ Coverage Diff @@
## master #58 +/- ##
===========================================
+ Coverage 36.94% 51.58% +14.64%
===========================================
Files 9 9
Lines 1524 1545 +21
===========================================
+ Hits 563 797 +234
+ Misses 961 748 -213
Impacted Files | Coverage Δ | |
---|---|---|
LMIPy/table.py | 74% <100%> (+47.46%) |
:arrow_up: |
LMIPy/dataset.py | 41.76% <25.92%> (+3.9%) |
:arrow_up: |
LMIPy/lmipy.py | 56.87% <83.33%> (+0.54%) |
:arrow_up: |
LMIPy/layer.py | 52.66% <85.71%> (+30.75%) |
:arrow_up: |
LMIPy/imageCollection.py | 56.96% <0%> (+3.79%) |
:arrow_up: |
LMIPy/utils.py | 42.4% <0%> (+7.59%) |
:arrow_up: |
LMIPy/collection.py | 82.11% <0%> (+15.23%) |
:arrow_up: |
LMIPy/geometry.py | 44.44% <0%> (+16.11%) |
:arrow_up: |
... and 2 more |
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 cbce9f8...9e2ef99. Read the comment docs.
We have ourselves a Milestone Merge!
We now have tests in every part of the package, with >51% overall 🎉
Let's merge and increment to ver. 0.3.0
Lets user specify the server when cloning, allowing layers to be copied across domains.
BONUS: LOTS more testing, MANY bugfixes!