Closed nelsonic closed 1 year ago
Merging #93 (c62c19c) into main (483eaef) will not change coverage. Report is 23 commits behind head on main. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #93 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 34 35 +1
=========================================
+ Hits 34 35 +1
Files | Coverage Ξ | |
---|---|---|
lib/httpoison_mock.ex | 100.00% <100.00%> (ΓΈ) |
:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!
Totes. π
As outlined in https://github.com/dwyl/elixir-auth-github-demo/issues/29 the tests in the demo app fail because
HTTPoisonMock
is no longer matching theURL
... π This PR ads a catch-all that ensures the Mocked test passes so the build passes and I don't have to see it fail every time there's a @dependabot update.