Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Enhancement) Email Blacklist System #1351

Merged
merged 10 commits into from
May 21, 2020
Merged

(Enhancement) Email Blacklist System #1351

merged 10 commits into from
May 21, 2020

Conversation

HDVinnie
Copy link
Collaborator

@codecov
Copy link

codecov bot commented May 21, 2020

Codecov Report

Merging #1351 into master will increase coverage by 0.19%.
The diff coverage is 34.40%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1351      +/-   ##
============================================
+ Coverage     26.44%   26.63%   +0.19%     
- Complexity     4237     4243       +6     
============================================
  Files           300      304       +4     
  Lines         13317    13349      +32     
============================================
+ Hits           3522     3556      +34     
+ Misses         9795     9793       -2     
Impacted Files Coverage Δ Complexity Δ
app/Console/Commands/AutoBanDisposableUsers.php 0.00% <0.00%> (ø) 3.00 <3.00> (?)
app/Console/Kernel.php 11.53% <0.00%> (-0.47%) 2.00 <0.00> (ø)
app/Http/Controllers/Auth/RegisterController.php 0.00% <0.00%> (ø) 16.00 <0.00> (-5.00)
app/Http/Controllers/InviteController.php 0.00% <0.00%> (ø) 16.00 <0.00> (-1.00)
app/Http/Controllers/PageController.php 0.00% <ø> (ø) 6.00 <0.00> (-1.00)
...p/Http/Controllers/Staff/ApplicationController.php 0.00% <0.00%> (ø) 8.00 <0.00> (-1.00)
app/Http/Controllers/UserController.php 0.00% <0.00%> (ø) 460.00 <0.00> (-1.00)
app/Providers/AppServiceProvider.php 72.72% <ø> (-1.19%) 7.00 <0.00> (ø)
app/Console/Commands/EmailBlacklistUpdate.php 18.18% <18.18%> (ø) 4.00 <4.00> (?)
app/Validators/EmailBlacklistValidator.php 76.19% <76.19%> (ø) 9.00 <9.00> (?)
... and 14 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 a7014c2...5cc8162. Read the comment docs.

@HDVinnie HDVinnie self-assigned this May 21, 2020
@HDVinnie HDVinnie merged commit b9fee1f into master May 21, 2020
@HDVinnie HDVinnie deleted the Email-Blacklist branch May 21, 2020 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] Autoload of Disposable / Temporary Emails
1 participant