dwyl / github-backup

:octocat: :back: 🆙 Backup your GitHub Issues so you can still work when (they/you are) offline.
https://github-backup.herokuapp.com
GNU General Public License v2.0
31 stars 3 forks source link

implement installation_repositories event #119 #120

Closed RobStallion closed 6 years ago

RobStallion commented 6 years ago

Currently having an issue with testing the installation_repositories event. See #119 for more info.

codecov[bot] commented 6 years ago

Codecov Report

Merging #120 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #120      +/-   ##
=========================================
+ Coverage   99.59%   99.6%   +<.01%     
=========================================
  Files          21      21              
  Lines         247     251       +4     
=========================================
+ Hits          246     250       +4     
  Misses          1       1
Impacted Files Coverage Δ
lib/app_web/controllers/github_api/in_memory.ex 100% <100%> (ø) :arrow_up:
lib/app_web/controllers/event_type.ex 100% <100%> (ø) :arrow_up:
lib/app_web/controllers/event_type_handlers.ex 100% <100%> (ø) :arrow_up:

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 dcd0e6c...6bf8c3b. Read the comment docs.

RobStallion commented 6 years ago

@nelsonic Thanks for pointing that out. I was meant to remove that test as it was refactored. Not sure why or how I missed that I had commented it out.

Thanks again for the spot 👍