thombruce / credible-ruby-archived

JWT and API Token Authentication for Rails apps
MIT License
0 stars 0 forks source link

Mailer failure #20

Closed thombruce closed 4 years ago

thombruce commented 4 years ago

Linked Issue(s)

Description

Bugfix

Draft This should resolve the root URL finding issue. A test has been produced which replicates the error.

Checklist

codecov[bot] commented 4 years ago

Codecov Report

Merging #20 into master will increase coverage by 9.96%. The diff coverage is 42.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   13.95%   23.92%   +9.96%     
==========================================
  Files          16       16              
  Lines         215      209       -6     
==========================================
+ Hits           30       50      +20     
+ Misses        185      159      -26     
Impacted Files Coverage Δ
app/mailers/credible/invitation_mailer.rb 0.00% <0.00%> (ø)
app/mailers/credible/reset_password_mailer.rb 0.00% <0.00%> (ø)
app/mailers/credible/confirmation_mailer.rb 100.00% <100.00%> (+100.00%) :arrow_up:
app/mailers/credible/mailer_base.rb 100.00% <100.00%> (ø)
lib/credible/user.rb 63.33% <0.00%> (+40.00%) :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 e47278a...30b08ea. Read the comment docs.