ORT-Interactive-GmbH / laravel-couchbase

A Couchbase based Eloquent model and Query builder for Laravel
40 stars 26 forks source link

Feature/include parameters as string #32

Closed lquast closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #32 into develop will increase coverage by 1.03%. The diff coverage is 83.33%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop      #32      +/-   ##
=============================================
+ Coverage      77.01%   78.04%   +1.03%     
- Complexity       526      534       +8     
=============================================
  Files             20       20              
  Lines           1292     1289       -3     
=============================================
+ Hits             995     1006      +11     
+ Misses           297      283      -14
Impacted Files Coverage Δ Complexity Δ
src/Mpociot/Couchbase/Eloquent/Builder.php 66.32% <100%> (+0.7%) 50 <2> (+3) :arrow_up:
src/Mpociot/Couchbase/Connection.php 59.09% <100%> (+1.61%) 53 <2> (+3) :arrow_up:
src/Mpociot/Couchbase/Query/Builder.php 72.35% <55.55%> (-1.05%) 85 <4> (+1)
src/Mpociot/Couchbase/Query/Grammar.php 94.32% <92.3%> (+10.32%) 54 <7> (+1) :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 0612d49...73ae4f5. Read the comment docs.