dwyl / auth-mvp

:key: Prototype Authentication Service
https://auth-mvp.herokuapp.com/
4 stars 0 forks source link

Use TestDouble (Remove Duplicate Mocks) issue #21 #22

Closed nelsonic closed 4 years ago

nelsonic commented 4 years ago

This PR removes the Mocks now that the underlying dependencies have TestDoubles as described in #21. Not urgent as no functionality added. Just a maintenance update. 👍

codecov[bot] commented 4 years ago

Codecov Report

Merging #22 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #22   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        14    -1     
  Lines           68        67    -1     
=========================================
- Hits            68        67    -1     
Impacted Files Coverage Δ
...ib/auth_mvp_web/controllers/auth_url_controller.ex 100.00% <100.00%> (ø)
...auth_mvp_web/controllers/github_auth_controller.ex 100.00% <100.00%> (ø)
...auth_mvp_web/controllers/google_auth_controller.ex 100.00% <100.00%> (ø)

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 f75e031...920259a. Read the comment docs.