-
Notifications
You must be signed in to change notification settings - Fork 76
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
Consider packages.conda for index update and channel mirroring #638
Conversation
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #638 +/- ##
==========================================
+ Coverage 83.26% 83.33% +0.06%
==========================================
Files 78 78
Lines 6186 6205 +19
==========================================
+ Hits 5151 5171 +20
+ Misses 1035 1034 -1
☔ 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.
Nice! What would be a good way to test this?
@YYYasin19, can you please rebase with the latest commit on main? |
I'll look into how the current tests are working and implement some additional ones for .conda packages. |
ee743cb
to
67c4042
Compare
b89e8db
to
ec4f67b
Compare
Thank you @YYYasin19! |
As reported in #599: The current implementation neglects packages that are under
packages.conda
in therepodata.json
files.This PR should close #599; I hope I haven't missed any other places.
There's one reference to
utils/repodata_compare.py
but that file seems to be unused right now.