-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Test the Android embedding v2 #42708
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #42708 +/- ##
==========================================
+ Coverage 61.03% 61.21% +0.17%
==========================================
Files 194 194
Lines 18919 18919
==========================================
+ Hits 11547 11581 +34
+ Misses 7372 7338 -34
Continue to review full report at Codecov.
|
jonahwilliams
left a comment
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.
Rename seems fine to me. Do we have a test that is running that executes flutter create and attempts to run the resulting app with the new embedding?
|
@jonahwilliams the exact combination of Most of tests added in this PR are testing the build. Once #42684 is checked in, then we can migrate/clone the example apps to test hot reload. |
|
I'd be concerned that the changes to create are not tested enough. I think there might be a devicelab test that does something like that |
59495a2 to
2a645e3
Compare
|
discussed offline. This first PR focuses on migrated the presubmit tests. |
122f3ed to
18867cf
Compare
18867cf to
13ad5cb
Compare
jonahwilliams
left a comment
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.
Approach looks LGTM
* Test the Android embedding v2 * Update integration tests * Split into shards
Description
Enables tests of the Android embedding v2.
I also renamed the flag as
--android-embedding-v2.Related Issues