dwyl / gogs

⚙️ Interface with a Gogs (Git Server) from any Elixir App
GNU General Public License v2.0
10 stars 0 forks source link

Library guidelines issue #36 #37

Closed nelsonic closed 2 years ago

nelsonic commented 2 years ago

Updating namespace of helper functions as per #36

codecov[bot] commented 2 years ago

Codecov Report

Merging #37 (e63f3a5) into main (dfd5490) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #37   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          110       115    +5     
=========================================
+ Hits           110       115    +5     
Impacted Files Coverage Δ
lib/git_mock.ex 100.00% <100.00%> (ø)
lib/gogs.ex 100.00% <100.00%> (ø)
lib/helpers.ex 100.00% <100.00%> (ø)
lib/http.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 dfd5490...e63f3a5. Read the comment docs.

nelsonic commented 2 years ago

@SimonLab haven't done the error handling in the library functions yet. But this is already a start. 🤞 Please review/merge on Monday when you're back at your desk. 🙏