Skip to content

fix: make mamba work in absence of tty#4166

Draft
sghng wants to merge 1 commit intomamba-org:mainfrom
sghng:no-tty
Draft

fix: make mamba work in absence of tty#4166
sghng wants to merge 1 commit intomamba-org:mainfrom
sghng:no-tty

Conversation

@sghng
Copy link
Copy Markdown
Contributor

@sghng sghng commented Feb 18, 2026

Description

Try to make Mamba work when TTY is not available, helpful for AI agent.

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 Feb 18, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 18, 2026

Codecov Report

❌ Patch coverage is 0% with 29 lines in your changes missing coverage. Please review.
✅ Project coverage is 51.18%. Comparing base (d2adddc) to head (5ef3fa4).
⚠️ Report is 18 commits behind head on main.

Files with missing lines Patch % Lines
libmamba/src/core/run.cpp 0.00% 29 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4166      +/-   ##
==========================================
- Coverage   51.21%   51.18%   -0.04%     
==========================================
  Files         239      239              
  Lines       28669    28688      +19     
  Branches     3008     3010       +2     
==========================================
+ Hits        14682    14683       +1     
- Misses      13984    14002      +18     
  Partials        3        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.

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.

1 participant