Closed pradel closed 3 years ago
Merging #1113 (401dde6) into master (232de32) will increase coverage by
0.04%
. The diff coverage is66.66%
.
@@ Coverage Diff @@
## master #1113 +/- ##
==========================================
+ Coverage 95.53% 95.58% +0.04%
==========================================
Files 91 91
Lines 2152 2151 -1
Branches 418 418
==========================================
Hits 2056 2056
+ Misses 95 94 -1
Partials 1 1
Impacted Files | Coverage Δ | |
---|---|---|
packages/database-typeorm/src/typeorm.ts | 99.52% <ø> (+0.47%) |
:arrow_up: |
packages/password/src/accounts-password.ts | 91.82% <66.66%> (-0.04%) |
:arrow_down: |
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 2450f33...401dde6. Read the comment docs.
BREAKING CHANGE: The createUser function now await
sendVerificationEmail
only ifsendVerificationEmailAfterSignup
is true. This change was made to be able to run this function in lambda.