dwyl / dwylbot

:robot: Automating our GitHub Workflow to improve team communication/collaboration and reduce tedious repetition!
28 stars 7 forks source link

Deploy heroku #13

Closed SimonLab closed 7 years ago

SimonLab commented 7 years ago

This PR add some configuration for running the application on Heroku, The branch can be rebased after #10 is merged

codecov-io commented 7 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@9820ea4). Click here to learn what that means. The diff coverage is 100%.

@@           Coverage Diff           @@
##             master    #13   +/-   ##
=======================================
  Coverage          ?   100%           
=======================================
  Files             ?      6           
  Lines             ?     17           
  Branches          ?      0           
=======================================
  Hits              ?     17           
  Misses            ?      0           
  Partials          ?      0
Impacted Files Coverage Δ
web/router.ex 100% <100%> (ø)
web/controllers/webhooks_controller.ex 100% <100%> (ø)
web/controllers/page_controller.ex 100% <100%> (ø)
test/support/conn_case.ex 100% <100%> (ø)
web/views/error_helpers.ex 100% <100%> (ø)
web/views/error_view.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 9820ea4...e144253. Read the comment docs.

nelsonic commented 7 years ago

@SimonLab once #10 is merged we should merge master into this branch to see the true "diff". 👍

SimonLab commented 7 years ago

@nelsonic sorry I can't manage to reduce the diff. I might not have execute my rebase/merge the right way. I added a few comments where I change the config to make it work with Heroku