-
Notifications
You must be signed in to change notification settings - Fork 316
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
Removing localtest.me #886
Conversation
As it has been highly unreliable when running local tests (returning DnsNotFound errors)
Codecov Report
@@ Coverage Diff @@
## master #886 +/- ##
==========================================
+ Coverage 50.23% 50.41% +0.17%
==========================================
Files 34 34
Lines 3372 3372
==========================================
+ Hits 1694 1700 +6
+ Misses 1678 1672 -6
Continue to review full report at Codecov.
|
This is weird. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I left a couple of minor comments. Feel free to merge after taking a look at them.
* Removing localtest.me As it has been highly unreliable when running local tests (returning DnsNotFound errors) * Fixing tests * Switched to localhost * Localtest.me to localhost
As it has been highly unreliable while running local tests (returning DnsNotFound errors)