ORT-Interactive-GmbH / laravel-couchbase

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

fixes for inline-parameters #37

Closed lquast closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@fb626fe). Click here to learn what that means. The diff coverage is 94.89%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop      #37   +/-   ##
==========================================
  Coverage           ?   83.46%           
  Complexity         ?      568           
==========================================
  Files              ?       22           
  Lines              ?     1397           
  Branches           ?        0           
==========================================
  Hits               ?     1166           
  Misses             ?      231           
  Partials           ?        0
Impacted Files Coverage Δ Complexity Δ
src/Mpociot/Couchbase/Query/Grammar.php 95.26% <100%> (ø) 69 <8> (?)
src/Mpociot/Couchbase/Eloquent/Model.php 94.66% <100%> (ø) 73 <0> (?)
src/Mpociot/Couchbase/Eloquent/Builder.php 80.19% <80%> (ø) 51 <2> (?)
src/Mpociot/Couchbase/Events/QueryFired.php 80% <80%> (ø) 6 <6> (?)
src/Mpociot/Couchbase/Query/Builder.php 80.08% <86.66%> (ø) 93 <6> (?)
src/Mpociot/Couchbase/Connection.php 78.86% <93.93%> (ø) 52 <7> (?)

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 fb626fe...40a2d0f. Read the comment docs.