Skip to content

Conversation

iisakkirotko
Copy link
Contributor

Description

The equivalent of #3963 for when uv is used by mamba to install dependencies.

Fixes #4013

Type of Change

  • Bugfix
  • Feature / enhancement
  • CI / Documentation
  • Maintenance

Checklist

  • My code follows the general style and conventions of the codebase, ensuring consistency
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have run pre-commit run --all locally in the source folder and confirmed that there are no linter errors.
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes

@github-actions github-actions bot added the release::bug_fixes For PRs fixing bugs label Jul 25, 2025
Copy link

codecov bot commented Aug 12, 2025

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.95%. Comparing base (e76f525) to head (a8c4487).
⚠️ Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
libmamba/src/core/prefix_data.cpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4026      +/-   ##
==========================================
- Coverage   63.95%   63.95%   -0.01%     
==========================================
  Files         303      303              
  Lines       38893    38894       +1     
  Branches     2862     2862              
==========================================
- Hits        24874    24873       -1     
- Misses      13952    13954       +2     
  Partials       67       67              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release::bug_fixes For PRs fixing bugs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

micromamba list and micromamba env export does not list packages installed by uv

1 participant