mahmoud / glom

☄️ Python's nested data operator (and CLI), for all your declarative restructuring needs. Got data? Glom it! ☄️
https://glom.readthedocs.io
Other
1.89k stars 61 forks source link

added switch control flow primitive #163

Closed kurtbrose closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #163 into master will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #163      +/-   ##
==========================================
+ Coverage   98.08%   98.13%   +0.04%     
==========================================
  Files          25       25              
  Lines        3817     3859      +42     
  Branches      524      531       +7     
==========================================
+ Hits         3744     3787      +43     
  Misses         46       46              
+ Partials       27       26       -1     
Impacted Files Coverage Δ
glom/__init__.py 100.00% <ø> (ø)
glom/matching.py 100.00% <100.00%> (ø)
glom/test/test_match.py 100.00% <100.00%> (ø)
glom/grouping.py 98.72% <0.00%> (+0.63%) :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 22f9534...fbe5fca. Read the comment docs.