-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
test: test extensions / enhancements #108
Conversation
Of course that's not documented anywhere in jet-next, apologies
It's not great form for a maintainer to just merge their code - we need review too! - but this is literally nothing but test code, and mostly just log statements on top of that. So I'll merge it pending CI |
Codecov Report
@@ Coverage Diff @@
## main #108 +/- ##
=======================================
Coverage 20.06% 20.06%
=======================================
Files 29 29
Lines 733 733
Branches 189 189
=======================================
Hits 147 147
Misses 586 586 |
bcd5af8
to
020ecc8
Compare
Took the opportunity to run Rewarded Ads never seem to fill on iOS (they never have?), but everything else works on both platforms. |
I asked the SDK forum about iOS rewarded ad no-fills: https://groups.google.com/g/google-admob-ads-sdk/c/5ixRSHOkhHE |
🎉 This PR is included in version 5.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Nothing in here is functional in the library, it is just extra test code to exercise more of the hooks + hook features and add lots of state logging so an example user can see clearly what is going on
I used this to exercise the hooks code in PR #100