Test the Android embedding v2#42708
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.
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.
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