Closed 01painadam closed 5 years ago
Merging #50 into master will increase coverage by
0.25%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #50 +/- ##
==========================================
+ Coverage 27.38% 27.64% +0.25%
==========================================
Files 9 9
Lines 1413 1418 +5
==========================================
+ Hits 387 392 +5
Misses 1026 1026
Impacted Files | Coverage Δ | |
---|---|---|
LMIPy/collection.py | 66.88% <100%> (+1.13%) |
: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 5daec94...c430c6e. Read the comment docs.
Merging #50 into master will decrease coverage by
0.18%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #50 +/- ##
=========================================
- Coverage 27.38% 27.2% -0.19%
=========================================
Files 9 9
Lines 1413 1452 +39
=========================================
+ Hits 387 395 +8
- Misses 1026 1057 +31
Impacted Files | Coverage Δ | |
---|---|---|
LMIPy/dataset.py | 23.1% <ø> (ø) |
:arrow_up: |
LMIPy/utils.py | 12.41% <ø> (-1.03%) |
:arrow_down: |
LMIPy/collection.py | 66.88% <100%> (+1.13%) |
: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 5daec94...5bc4437. Read the comment docs.
Fixes bug with dropping entities with the same name (or same order key) in Collection search.
BONUS 🎉
Adds helpers for parsing
sldValue
strings into objects and constructingsldValue
strings into objects for easier updating.Accessed using
LMIPy.utils.sldParse()
andLMIPy.utils.sldDump()