jhc-systems / sqlest

Write SQL in Scala
https://jhc-systems.github.io/sqlest/latest/api/
Apache License 2.0
30 stars 17 forks source link

Add optionWhere with tests #80

Closed CHAZOTA closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #80 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #80      +/-   ##
=========================================
+ Coverage   81.69%   81.7%   +0.01%     
=========================================
  Files          43      43              
  Lines        1147    1148       +1     
  Branches      105     102       -3     
=========================================
+ Hits          937     938       +1     
  Misses        210     210
Impacted Files Coverage Δ
sqlest/src/main/scala/sqlest/ast/Relation.scala 87.5% <100%> (+0.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 7e90855...7f46460. Read the comment docs.

DavidGregory084 commented 7 years ago

Looks great to me, thanks @CHAZOTA!

nico78 commented 7 years ago

:100: :+1: