diegoholiveira / jsonlogic

Go Lang implementation of JsonLogic
MIT License
159 stars 48 forks source link

Allow the reduce function work with bool values #43

Closed sah4ez closed 3 years ago

sah4ez commented 3 years ago

Added support boolean type for reduce operation with or and and operands.

codecov[bot] commented 3 years ago

Codecov Report

Merging #43 (7d03452) into master (6e7b598) will increase coverage by 0.13%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   95.64%   95.78%   +0.13%     
==========================================
  Files           9        9              
  Lines         643      664      +21     
==========================================
+ Hits          615      636      +21     
  Misses         15       15              
  Partials       13       13