robsonvn / laravel-couchdb

A CouchDB based Eloquent model and Query builder for Laravel
56 stars 28 forks source link

belongsToMany detach collection bug fix #21

Closed robsonvn closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #21 into master will decrease coverage by 0.05%. The diff coverage is 50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #21      +/-   ##
============================================
- Coverage     87.68%   87.63%   -0.06%     
- Complexity      613      614       +1     
============================================
  Files            33       33              
  Lines          1462     1464       +2     
============================================
+ Hits           1282     1283       +1     
- Misses          180      181       +1
Impacted Files Coverage Δ Complexity Δ
src/Relations/BelongsToMany.php 85.57% <50%> (-0.7%) 44 <0> (+1)

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 0b5b7a4...19cc441. Read the comment docs.