Closed nbradbury closed 1 week ago
1 Warning | |
---|---|
:warning: | PR is not assigned to a milestone. |
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 | pr21450-f3931b2 | |
Commit | f3931b25f1236f6e4113837f6bc59dedb8bcb29a | |
Direct Download | wordpress-prototype-build-pr21450-f3931b2.apk |
App Name | Jetpack | |
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21450-f3931b2 | |
Commit | f3931b25f1236f6e4113837f6bc59dedb8bcb29a | |
Direct Download | jetpack-prototype-build-pr21450-f3931b2.apk |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 39.50%. Comparing base (
ae41f3f
) to head (f3931b2
). Report is 27 commits behind head on trunk.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #21448
Prior to this PR, "Years and Months" stats incorrectly showed the six earliest years instead of the six most recent. For example:
This PR resolves the problem by showing the six most recent:
To test:
Note: While working on this I noticed that the "View more" link under "Avg views per day" wasn't working. I tracked that down to this line of code, which explicitly says to do nothing. I'll file a separate issue for that.