-
Notifications
You must be signed in to change notification settings - Fork 46
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
Fix zoom level type error in custom layer #605
Conversation
Signed-off-by: Junqiu Lei <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #605 +/- ##
==========================================
+ Coverage 41.36% 43.89% +2.53%
==========================================
Files 53 53
Lines 1789 1795 +6
Branches 330 331 +1
==========================================
+ Hits 740 788 +48
+ Misses 1019 968 -51
- Partials 30 39 +9 ☔ View full report in Codecov by Sentry. |
Cypress test passed on my local, the failure on the CI is unrelated to the PR. |
Can we add unit test? Please add screenshot / video on how you tested it. Thanks |
Sure |
Signed-off-by: Junqiu Lei <[email protected]>
@VijayanB Unit tests and test video added. |
@junqiu-lei Are we not backporting this to 2.x ? |
* Fix zoom level type error in custom layer Signed-off-by: Junqiu Lei <[email protected]> (cherry picked from commit 4d21bf0)
We need backport 2.x, added tag at the same time |
* Fix zoom level type error in custom layer Signed-off-by: Junqiu Lei <[email protected]> (cherry picked from commit 4d21bf0) Co-authored-by: Junqiu Lei <[email protected]>
Description
Fix zoom level type error in custom layer.
Issues Resolved
Closes #604
Test Demo
Screen.Recording.2024-04-02.at.9.15.30.AM.mov
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.