Closed nelsonic closed 4 years ago
Merging #45 into master will not change coverage by
%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #45 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 2 +1
Lines 13 21 +8
=========================================
+ Hits 13 21 +8
Impacted Files | Coverage Δ | |
---|---|---|
lib/elixir_auth_github.ex | 100.00% <100.00%> (ø) |
|
lib/httpoison_mock.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 2e41a40...794560c. Read the comment docs.
@SimonLab hopefully this PR is clear. The main change of the PR is exporting the HTTPosionMock ("TestDouble") as described in #44 The rest of the changes are just tidying up. Please review/merge when you can. Thanks! 🌻