Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heroku #78

Merged
merged 7 commits into from
Sep 20, 2018
Merged

Heroku #78

merged 7 commits into from
Sep 20, 2018

Conversation

SleepySheepy172
Copy link
Contributor

Changed db_connection.js and the fetch requests in navbar.js to work with heroku
Relates to issue #15

@codecov-io
Copy link

codecov-io commented Sep 20, 2018

Codecov Report

Merging #78 into master will decrease coverage by 0.17%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
- Coverage   83.33%   83.15%   -0.18%     
==========================================
  Files          29       29              
  Lines         192      190       -2     
  Branches        6        5       -1     
==========================================
- Hits          160      158       -2     
  Misses         31       31              
  Partials        1        1
Impacted Files Coverage Δ
db/db_connection.js 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 17ea2dd...bb58dd6. Read the comment docs.

response
) {
return response.json();
});

var apiRequest2 = fetch("http://localhost:3000/rank/").then(function (
var apiRequest2 = fetch("/rank/").then(function (
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice 👍

// database: "race_zero",
// user: "simon",
// password: "pw123"
// };
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say to just delete this

@dupreesi dupreesi merged commit 4d432d8 into master Sep 20, 2018
@SleepySheepy172 SleepySheepy172 deleted the heroku branch September 20, 2018 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants