Closed montymxb closed 6 years ago
Merging #369 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #369 +/- ##
==========================================
+ Coverage 98.93% 98.94% +<.01%
==========================================
Files 36 36
Lines 3389 3398 +9
==========================================
+ Hits 3353 3362 +9
Misses 36 36
Impacted Files | Coverage Δ | |
---|---|---|
src/Parse/ParseUser.php | 98.51% <100%> (+0.05%) |
:arrow_up: |
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 9f3dffe...19d76da. Read the comment docs.
This adds the ability to request that a verification email be sent for a given email. This does not require the current user to be logged in, just needs the
email
arg to be that of an existing non-verified user.