-
Notifications
You must be signed in to change notification settings - Fork 45
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
tests(e2e): server with client queries #29
Conversation
Codecov Report
@@ Coverage Diff @@
## main #29 +/- ##
=======================================
Coverage 31.88% 31.88%
=======================================
Files 24 24
Lines 367 367
Branches 70 70
=======================================
Hits 117 117
Misses 243 243
Partials 7 7 |
@jasonkuhrt In 4bfcc76 you left an exposed Heroku DB string with user and password inline. You might want to regenerate the DB and store those in environment variables. Otherwise people can maliciously cause tests to fail. |
@bweis that's true but not a concern right now. Will fix when it becomes an issue. |
Going to merge as it is only failing in Windows now. |
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
closes #28