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

#40 Display issue data #43

Closed Cleop closed 6 years ago

Cleop commented 6 years ago

Merge after #41

40 By going to issue/{issue_id} you now see the issue title, the first version of the comment/description of the issue along with its timestamp.

codecov[bot] commented 6 years ago

Codecov Report

Merging #43 into master will decrease coverage by 7.46%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   95.83%   88.37%   -7.47%     
==========================================
  Files           6       11       +5     
  Lines          24       43      +19     
==========================================
+ Hits           23       38      +15     
- Misses          1        5       +4
Impacted Files Coverage Ξ”
lib/app_web/controllers/event_type.ex 100% <ΓΈ> (ΓΈ) :arrow_up:
lib/app_web/router.ex 100% <ΓΈ> (ΓΈ) :arrow_up:
lib/app_web/controllers/issue_controller.ex 0% <0%> (ΓΈ)
lib/app/comment.ex 100% <100%> (ΓΈ)
lib/app_web/controllers/event_controller.ex 100% <100%> (ΓΈ) :arrow_up:
lib/app/issue.ex 100% <100%> (ΓΈ)
lib/app_web/controllers/aws/in_memory.ex 100% <100%> (ΓΈ)
lib/app/version.ex 100% <100%> (ΓΈ)
... and 3 more

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 15fa1f5...503a054. Read the comment docs.

nelsonic commented 6 years ago

@Cleop code looking good. please assign when ur done and build is happy. πŸ‘

SimonLab commented 6 years ago

closing in favour of #47