secomind / exjsonpath

JSONPath library for Elixir
Apache License 2.0
24 stars 7 forks source link

Comparison operators #10

Closed bettio closed 4 years ago

bettio commented 4 years ago

Add <, >, >=, <= operators.

codecov-io commented 4 years ago

Codecov Report

Merging #10 into master will increase coverage by 4.54%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #10      +/-   ##
===========================================
+ Coverage   95.45%   100.00%   +4.54%     
===========================================
  Files           1         1              
  Lines          22        26       +4     
===========================================
+ Hits           21        26       +5     
+ Misses          1         0       -1     
Impacted Files Coverage Δ
lib/ex_json_path.ex 100.00% <100.00%> (+4.54%) :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 f065a5d...ba43d22. Read the comment docs.