Skip to content

Conversation

@jjerphan
Copy link
Member

@jjerphan jjerphan commented Dec 15, 2025

Description

Fix #342.

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::enhancements For enhancements PRs or implementing features label Dec 15, 2025
@codecov
Copy link

codecov bot commented Dec 15, 2025

Codecov Report

❌ Patch coverage is 53.44418% with 196 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.08%. Comparing base (d3b01e4) to head (4087bb5).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
libmamba/src/core/transaction.cpp 0.00% 148 Missing ⚠️
libmamba/src/api/install.cpp 0.00% 25 Missing ⚠️
libmamba/src/core/link.cpp 0.00% 15 Missing ⚠️
...mamba/tests/src/core/test_pip_interoperability.cpp 96.74% 4 Missing and 3 partials ⚠️
libmamba/src/core/context.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4123      +/-   ##
==========================================
- Coverage   63.10%   63.08%   -0.02%     
==========================================
  Files         315      316       +1     
  Lines       38805    39213     +408     
  Branches     2984     3026      +42     
==========================================
+ Hits        24488    24739     +251     
- Misses      14247    14401     +154     
- Partials       70       73       +3     

☔ 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.

@jjerphan jjerphan force-pushed the feat/prefix_data_interoperability branch from 7efa7b9 to 9f3ea14 Compare December 15, 2025 14:04
@jjerphan jjerphan marked this pull request as ready for review December 15, 2025 14:12
@jjerphan jjerphan marked this pull request as draft December 15, 2025 14:54
@jjerphan jjerphan force-pushed the feat/prefix_data_interoperability branch 4 times, most recently from 40443fc to 60ea509 Compare January 7, 2026 15:47
@jjerphan jjerphan marked this pull request as ready for review January 7, 2026 16:03
@jjerphan jjerphan force-pushed the feat/prefix_data_interoperability branch 2 times, most recently from bdc4952 to cd9124f Compare January 8, 2026 08:02
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
@jjerphan jjerphan force-pushed the feat/prefix_data_interoperability branch from cd9124f to 4087bb5 Compare January 8, 2026 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release::enhancements For enhancements PRs or implementing features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mamba does not handle pip interoperability

1 participant