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

Reformatting, cleanup, and coverage #193

Open justinvanwinkle opened 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #193 into master will decrease coverage by 0.09%. The diff coverage is 89.13%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #193      +/-   ##
==========================================
- Coverage   98.93%   98.84%   -0.10%     
==========================================
  Files          26       26              
  Lines        4052     4053       +1     
  Branches      575      573       -2     
==========================================
- Hits         4009     4006       -3     
- Misses         20       24       +4     
  Partials       23       23              
Impacted Files Coverage Δ
glom/grouping.py 98.08% <ø> (-0.64%) :arrow_down:
glom/streaming.py 100.00% <ø> (ø)
glom/test/test_error.py 99.54% <ø> (-0.01%) :arrow_down:
glom/cli.py 85.38% <33.33%> (-0.67%) :arrow_down:
glom/test/test_mutation.py 97.93% <50.00%> (-0.02%) :arrow_down:
glom/matching.py 99.58% <80.00%> (-0.42%) :arrow_down:
glom/core.py 98.86% <100.00%> (-0.01%) :arrow_down:
glom/mutation.py 98.67% <100.00%> (ø)
glom/reduction.py 100.00% <100.00%> (ø)
glom/test/test_basic.py 100.00% <100.00%> (ø)
... and 6 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 d99ccaa...6451e98. Read the comment docs.