-
Notifications
You must be signed in to change notification settings - Fork 975
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12023 +/- ##
==========================================
+ Coverage 53.38% 53.39% +<.01%
==========================================
Files 274 274
Lines 26018 26015 -3
Branches 4170 4170
==========================================
Hits 13890 13890
+ Misses 12128 12125 -3
|
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.
This is the right solution. It would fix the case reported, but users that have been accumulating a history will have it in the expected order. What needs to be done is to actually sort based on the date descending.
For an example, here's what my screen looks like with our current release (0.19.95):
This PR would break that ordering. I'll update the original issue to mention how it needs sorting if you wanted to re-attempt the PR? 😄
@bsclifton Heh, whoops. I'll bet the original issue was actually supposed to be that the test data is backwards and I just misread it. Wouldn't the better solution be to fix |
@josiah-keller that would work too- although it would be better if it was properly sorted. Shouldn't be too hard, I would suspect something like this:
|
@josiah-keller I'm going to close this PR for now... but please do re-open if you have a chance to revisit and try a fix, per the above 😄 I'd love to review (if not, it's all good too) Best wishes and Happy Thanksgiving 🦃 |
@bsclifton Yeah, sorry I haven't had a chance to get to it until now. Since I squashed and force-pushed, it seems I can't reopen the PR, so I'll open a new one. Thanks and happy Thanksgiving to you as well. |
Fixes #11300
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
Tests