ddeboer / imap

Object-oriented, fully tested PHP IMAP library
MIT License
889 stars 253 forks source link

README.md: update instruction to build repo locally #541

Closed Slamdunk closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #541 (b26f66b) into master (1eee4d7) will increase coverage by 0.18%. The diff coverage is 78.57%.

@@             Coverage Diff              @@
##             master     #541      +/-   ##
============================================
+ Coverage     95.33%   95.52%   +0.18%     
+ Complexity      356      354       -2     
============================================
  Files            45       45              
  Lines           857      826      -31     
============================================
- Hits            817      789      -28     
+ Misses           40       37       -3     
Impacted Files Coverage Δ
src/Message.php 88.00% <0.00%> (+1.08%) :arrow_up:
src/Message/Transcoder.php 86.66% <0.00%> (-1.91%) :arrow_down:
src/Connection.php 88.57% <50.00%> (+1.07%) :arrow_up:
src/Mailbox.php 96.77% <100.00%> (-0.20%) :arrow_down:
src/Message/AbstractPart.php 95.80% <100.00%> (-0.09%) :arrow_down:
src/Server.php 95.12% <100.00%> (-0.44%) :arrow_down:
src/Exception/AbstractException.php 92.30% <0.00%> (-1.03%) :arrow_down:
... and 5 more

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 8b772d0...b26f66b. Read the comment docs.