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

Add firebase/database to integration test #59

Merged
merged 2 commits into from
Sep 4, 2019
Merged

Conversation

styfle
Copy link
Member

@styfle styfle commented Sep 4, 2019

Closes #58

It turns out this is not a bug in @zeit/node-file-trace but in fact, a bug with @now/next which is why it was failing at build time with webpack errors.

Changing from @now/next to @now/node works.

Let's just add this test to make sure we don't ever regress.

@codecov-io
Copy link

codecov-io commented Sep 4, 2019

Codecov Report

Merging #59 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #59   +/-   ##
=======================================
  Coverage   90.05%   90.05%           
=======================================
  Files          10       10           
  Lines         995      995           
=======================================
  Hits          896      896           
  Misses         99       99

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 21019e2...9b535e7. Read the comment docs.

@styfle styfle marked this pull request as ready for review September 4, 2019 21:37
@styfle styfle requested a review from lucleray as a code owner September 4, 2019 21:37
@styfle styfle requested a review from Timer September 4, 2019 21:37
@Timer Timer added the automerge Automatically merge PR once checks pass label Sep 4, 2019
@kodiakhq kodiakhq bot merged commit 3cfafb1 into master Sep 4, 2019
@kodiakhq kodiakhq bot deleted the firebase-database branch September 4, 2019 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge PR once checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix firebase/database package
3 participants