-
Notifications
You must be signed in to change notification settings - Fork 273
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
feat: glide provider #328
feat: glide provider #328
Conversation
Codecov Report
@@ Coverage Diff @@
## main #328 +/- ##
===========================================
- Coverage 59.09% 14.44% -44.65%
===========================================
Files 25 24 -1
Lines 594 533 -61
Branches 178 135 -43
===========================================
- Hits 351 77 -274
- Misses 243 456 +213
Continue to review full report at Codecov.
|
Thanks 🙌 Would you mind also updating playground and docs to add new provider? |
The only glide instance that I have hosted is the one I use at work... not sure if they would be super happy having it in examples. Do you have any suggestions for the best way to provide a glide instance? Maybe I can host one on Heroku? |
We usually use examples in provider documentation. For glide i could find this: https://glide.herokuapp.com/1.0/kayaks.jpg?w=1000&gam=.9&sharp=8 |
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.
Neat 👍
@@ -87,6 +88,17 @@ describe('Providers', () => { | |||
} | |||
}) | |||
|
|||
test('glide', () => { |
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.
/refactor note: We may auto generate tests with a loop (/cc @danielroe)
https://glide.thephpleague.com/2.0/api/quick-reference/
resolves #326