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

Omni t #206

Closed kurtbrose closed 3 years ago

kurtbrose commented 3 years ago

got the repr issue solved; this should be a real easy / uncontroversial addition I think

codecov[bot] commented 3 years ago

Codecov Report

Merging #206 into master will increase coverage by 0.02%. The diff coverage is 97.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #206      +/-   ##
==========================================
+ Coverage   98.94%   98.96%   +0.02%     
==========================================
  Files          26       26              
  Lines        4071     4156      +85     
  Branches      579      594      +15     
==========================================
+ Hits         4028     4113      +85     
- Misses         20       21       +1     
+ Partials       23       22       -1     
Impacted Files Coverage Δ
glom/core.py 98.93% <96.72%> (+0.06%) :arrow_up:
glom/test/test_path_and_t.py 99.39% <100.00%> (+0.10%) :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 55bbcd5...dd28dc4. Read the comment docs.

mahmoud commented 3 years ago

Couple of quick fixes later and CI and coverage passing, despite what the checks seem to indicate. Merged!