Closed nelsonic closed 4 years ago
Merging #22 into master will not change coverage. The diff coverage is
100.00%
.
@@ 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.
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. 👍