Closed nbradbury closed 1 month ago
1 Message | |
---|---|
:book: | This PR is still a Draft: some checks will be skipped. |
Generated by :no_entry_sign: Danger
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
App Name | WordPress | |
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21360-0543e0b | |
Commit | 0543e0be240f53742586f40ec80fd9b9a1492ae7 | |
Direct Download | wordpress-prototype-build-pr21360-0543e0b.apk |
App Name | Jetpack | |
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21360-0543e0b | |
Commit | 0543e0be240f53742586f40ec80fd9b9a1492ae7 | |
Direct Download | jetpack-prototype-build-pr21360-0543e0b.apk |
Attention: Patch coverage is 0%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 39.30%. Comparing base (
da5752d
) to head (0543e0b
). Report is 2 commits behind head on trunk.
Files with missing lines | Patch % | Lines |
---|---|---|
...roid/ui/main/feedbackform/FeedbackFormViewModel.kt | 0.00% | 4 Missing :warning: |
...ava/org/wordpress/android/ui/ActivityLauncher.java | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #21348
Previously on Android we tracked when the feedback form was opened using
FEEDBACK_FORM_OPENED
, but on iOS this isAPP_REVIEWS_FEEDBACK_SCREEN_OPENED
. This is because initially the feedback form was part of the in-app reviews feature.This PR updates that event to match iOS, and to match iOS it also adds these two events:
To test: