zytzagoo / smtp-validate-email

A PHP library for performing email addresses validation via SMTP
GNU General Public License v3.0
437 stars 155 forks source link

Namespaced, unit + functional tests, PSR2, Makefile... #33

Closed zytzagoo closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #33   +/-   ##
=========================================
  Coverage          ?   47.02%           
  Complexity        ?      100           
=========================================
  Files             ?        1           
  Lines             ?      319           
  Branches          ?        0           
=========================================
  Hits              ?      150           
  Misses            ?      169           
  Partials          ?        0
Impacted Files Coverage Δ Complexity Δ
src/Validator.php 47.02% <47.02%> (ø) 100 <100> (?)

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 dcf8030...a97a1ba. Read the comment docs.

zytzagoo commented 6 years ago

This also resolves #32