mamba icon indicating copy to clipboard operation
mamba copied to clipboard

Fix install of /etc/profile.d/mamba.sh when `--prefix` is set

Open flying-sheep opened this issue 5 months ago • 3 comments

Fixes #4055

TODO: Is updating cmake_minimum_required correct or is there a way for people to get that policy active with lower versions?

flying-sheep avatar Sep 02 '25 10:09 flying-sheep

You can do a range, then the highest one in the range is used for policy defaults.

henryiii avatar Sep 02 '25 13:09 henryiii

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 63.58%. Comparing base (6f11ca2) to head (2456218).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4057   +/-   ##
=======================================
  Coverage   63.57%   63.58%           
=======================================
  Files         315      315           
  Lines       38562    38562           
  Branches     2950     2950           
=======================================
+ Hits        24517    24518    +1     
+ Misses      13976    13975    -1     
  Partials       69       69           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

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

codecov[bot] avatar Sep 19 '25 16:09 codecov[bot]

@henryiii is this good to go?

flying-sheep avatar Sep 25 '25 10:09 flying-sheep