Skip to content

Fix database URI #1911

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

Merged
merged 2 commits into from
May 28, 2016
Merged

Conversation

drew-gross
Copy link
Contributor

process.env.DATABASE_URI is undefined on Travis, lets use an explicit database.

@codecov-io
Copy link

codecov-io commented May 25, 2016

Current coverage is 91.83%

Merging #1911 into master will not change coverage

@@             master      #1911   diff @@
==========================================
  Files            91         91          
  Lines          6377       6377          
  Methods        1111       1111          
  Messages          0          0          
  Branches       1335       1335          
==========================================
  Hits           5856       5856          
  Misses          521        521          
  Partials          0          0          

Powered by Codecov. Last updated by c9a138d...f82d6d9

@TylerBrock
Copy link
Contributor

Would it be better to consider setting the uri on travis somehow or detect we are running on Travis and use the hardcoded value if so?

@drew-gross
Copy link
Contributor Author

Is there any particular reason you would want to use a different URI in different environments? If so, sure. You shouldn't have to set environment variables in order to run the tests though.

@TylerBrock
Copy link
Contributor

Sounds good.

@TylerBrock TylerBrock merged commit 1c16210 into parse-community:master May 28, 2016
@drew-gross drew-gross deleted the fix-database-uri branch May 31, 2016 16:54
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.

3 participants