-
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
Skip duplicated URLs when gathering deps #591
Conversation
Formatting check succeeded! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #591 +/- ##
=========================================
Coverage 73.45% 73.46%
Complexity 19 19
=========================================
Files 365 365
Lines 19591 19597 +6
Branches 2985 2987 +2
=========================================
+ Hits 14390 14396 +6
Misses 3763 3763
Partials 1438 1438 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
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. Checks pass.
* 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>
* [APHL-1288] skip duplicated URLs Co-authored-by: taha.attari@smilecdr.com <taha.attari@smilecdr.com>
APHL-1288