jmespath / jmespath.py

JMESPath is a query language for JSON.
http://jmespath.org
MIT License
2.19k stars 181 forks source link

Added fix for long and Decimal numeric types #127

Closed jbryan closed 7 years ago

jbryan commented 7 years ago

This should resolve issue #125.

codecov-io commented 7 years ago

Codecov Report

Merging #127 into develop will increase coverage by <.01%. The diff coverage is 100%.

@@             Coverage Diff             @@
##           develop     #127      +/-   ##
===========================================
+ Coverage    97.27%   97.27%   +<.01%     
===========================================
  Files           13       13              
  Lines         1431     1432       +1     
===========================================
+ Hits          1392     1393       +1     
  Misses          39       39
Impacted Files Coverage Δ
jmespath/visitor.py 99.05% <100%> (ø) :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 ef36ae7...23ed645. Read the comment docs.

jamesls commented 7 years ago

Thanks for the pull request. This just needs a test before merging.

jamesls commented 7 years ago

Went ahead and added a test for this and merged. Thanks again for the PR.