-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore(ci): check e2e main
commits against Android API level 27
#6031
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6031 +/- ##
========================================
Coverage 88.92% 88.92%
========================================
Files 735 735
Lines 31366 31366
Branches 5821 5515 -306
========================================
Hits 27892 27892
Misses 3429 3429
Partials 45 45 Continue to review full report in Codecov by Sentry.
|
main
commits against Android API level 24main
commits against Android API level 27
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.
Thanks for doing this! Using Android 8 as the baseline makes sense as the vast majority of Android Users are on newer versions: Mixpanel.
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.
🥳
### Description Follow up to #6031 The Android API level must be specified not as a string but as a number, as is expected in [e2e-android.yml](https://github.com/valora-inc/wallet/blob/c6e23572ea8db100a3de9d65f0bae6d3f843b4c3/.github/workflows/e2e-android.yml#L7) ### Test plan CI works ### Related issues - Related to RET-1194 ### Backwards compatibility NA ### Network scalability NA
Description
We want CI to check the app against the highest and lowest supported Android API levels. The highest supported API level is being checked in the PR CI. The lowest level should be checked after merging the PR into a main branch.
Currently, the lowest API level we support is 24, but the levels 24, 25, and 26 are failing the CI for some reason.
Setting Android API level 27 as the lowest one for now.
Test plan
CI succeeds, like in this workflow: 76f5859
Related issues
Backwards compatibility
NA
Network scalability
NA