-
Notifications
You must be signed in to change notification settings - Fork 29
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
get latest should be last not first element #584
Conversation
Formatting check succeeded! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #584 +/- ##
=========================================
Coverage 73.46% 73.46%
Complexity 19 19
=========================================
Files 365 365
Lines 19597 19597
Branches 2987 2987
=========================================
Hits 14396 14396
Misses 3763 3763
Partials 1438 1438 ☔ View full report in Codecov by Sentry. |
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.
Looks good. Check passed.
Quality Gate passedIssues Measures |
* Move visitors to cr package and fix warnings * Fix issues with recursive gather * Fix adapter visit tests * fix merge issues * Skip duplicated URLs when gathering deps (#591) * [APHL-1288] skip duplicated URLs Co-authored-by: taha.attari@smilecdr.com <taha.attari@smilecdr.com> * fix case statements * get latest should be last not first element (#584) Co-authored-by: taha.attari@smilecdr.com <taha.attari@smilecdr.com> Co-authored-by: Adam Stevenson <stevenson_adam@yahoo.com> * Move visitors to cr package and fix warnings * Fix issues with recursive gather * Fix adapter visit tests * fix merge issues * fix case statements * cleanup * remove orphans --------- Co-authored-by: Taha <TahaAttari@users.noreply.github.com> Co-authored-by: taha.attari@smilecdr.com <taha.attari@smilecdr.com> Co-authored-by: Adam Stevenson <stevenson_adam@yahoo.com>
Co-authored-by: taha.attari@smilecdr.com <taha.attari@smilecdr.com> Co-authored-by: Adam Stevenson <stevenson_adam@yahoo.com>
No description provided.