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

Update inserted at #96

Closed SimonLab closed 6 years ago

SimonLab commented 6 years ago

ref: #93 When saving all issues/comments when the app is isntall on repos, the values updated_at and inserted_at are updated manually (instead of letting Postgres do it) with the value when the issues/comments were created

codecov[bot] commented 6 years ago

Codecov Report

Merging #96 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #96      +/-   ##
==========================================
+ Coverage   99.42%   99.43%   +0.01%     
==========================================
  Files          17       17              
  Lines         174      178       +4     
==========================================
+ Hits          173      177       +4     
  Misses          1        1
Impacted Files Coverage Δ
lib/app_web/controllers/event_type_handlers.ex 100% <ø> (ø) :arrow_up:
lib/app/issue.ex 100% <ø> (ø) :arrow_up:
lib/app/version.ex 100% <ø> (ø) :arrow_up:
lib/app/comment.ex 100% <ø> (ø) :arrow_up:
lib/app/helpers/issue.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 2960a82...2ba5af8. Read the comment docs.