fix: Adapt Shards base URL to handle channel identifiers#4210
Merged
Conversation
007b910 to
5ab8a31
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4210 +/- ##
==========================================
- Coverage 53.40% 52.86% -0.55%
==========================================
Files 239 239
Lines 29301 29334 +33
Branches 3123 3127 +4
==========================================
- Hits 15648 15506 -142
- Misses 13650 13825 +175
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0bdcef8 to
55fcdc7
Compare
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
55fcdc7 to
ae83f27
Compare
JohanMabille
approved these changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This resolves some warnings when
conda-forge's sharded repodata is used.Type of Change
Checklist
pre-commit run --alllocally in the source folder and confirmed that there are no linter errors.