dereuromark / cakephp-hashid

CakePHP plugin to use hashids for your database table lookups
MIT License
36 stars 13 forks source link

Adds alias in finder so primary key isn't ambiguous. #32

Closed Modicrumb closed 4 years ago

Modicrumb commented 4 years ago

Related to #31

codecov-io commented 4 years ago

Codecov Report

Merging #32 into master will decrease coverage by 5.73%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #32      +/-   ##
============================================
- Coverage     90.16%   84.42%   -5.74%     
  Complexity       65       65              
============================================
  Files             3        3              
  Lines           122      122              
============================================
- Hits            110      103       -7     
- Misses           12       19       +7
Impacted Files Coverage Δ Complexity Δ
src/Model/Behavior/HashidBehavior.php 84.78% <100%> (-7.61%) 50 <0> (ø)

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 58c7df6...6212ccb. Read the comment docs.

dereuromark commented 4 years ago

Nice! Thank you