PUGX / shortid-php

An implementation of ShortId in PHP
MIT License
51 stars 7 forks source link

✨ add exception #21

Closed garak closed 2 years ago

garak commented 2 years ago

Moreover, fix wrong behaviour on readable alphabet

codecov-commenter commented 2 years ago

Codecov Report

Merging #21 (e32c7a8) into master (80c54d9) will increase coverage by 0.13%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #21      +/-   ##
============================================
+ Coverage     96.96%   97.10%   +0.13%     
+ Complexity       39       37       -2     
============================================
  Files             2        2              
  Lines            66       69       +3     
============================================
+ Hits             64       67       +3     
  Misses            2        2              
Impacted Files Coverage Δ
src/Factory.php 94.44% <100.00%> (+0.15%) :arrow_up:
src/Shortid.php 100.00% <100.00%> (ø)

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 80c54d9...e32c7a8. Read the comment docs.