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
32 stars 3 forks source link

#58 Delete comment #67

Closed Cleop closed 6 years ago

Cleop commented 6 years ago

58 Creates columns for deleting comments in the comments table, receives webhook event when a comment is deleted and updates the DB, then displays 'deleted' UI on the front-end

66 refactors long case statement and then changes tests to reflect this new structure

codecov[bot] commented 6 years ago

Codecov Report

Merging #67 into master will increase coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #67      +/-   ##
=======================================
+ Coverage   98.88%   99%   +0.12%     
=======================================
  Files          12    13       +1     
  Lines          90   101      +11     
=======================================
+ Hits           89   100      +11     
  Misses          1     1
Impacted Files Coverage Δ
lib/app/comment.ex 100% <ø> (ø) :arrow_up:
lib/app_web/controllers/event_controller.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%> (ø)

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 fe6b520...4a16b8e. Read the comment docs.