Skip to content

Opt out link scripts execution#4325

Merged
Hind-M merged 3 commits into
mamba-org:mainfrom
Hind-M:doc_flag_link_script
Jun 24, 2026
Merged

Opt out link scripts execution#4325
Hind-M merged 3 commits into
mamba-org:mainfrom
Hind-M:doc_flag_link_script

Conversation

@Hind-M

@Hind-M Hind-M commented Jun 18, 2026

Copy link
Copy Markdown
Member

Description

Add --skip-run-link-scripts flag to skip link scripts execution
Add documentation

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 Jun 18, 2026
@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 39.28571% with 17 lines in your changes missing coverage. Please review.
✅ Project coverage is 55.08%. Comparing base (dc8784b) to head (8f9798b).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
micromamba/src/common_options.cpp 0.00% 6 Missing ⚠️
libmambapy/bindings/legacy.cpp 0.00% 5 Missing ⚠️
libmamba/src/core/transaction.cpp 0.00% 3 Missing ⚠️
micromamba/src/env.cpp 0.00% 2 Missing ⚠️
micromamba/src/remove.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4325      +/-   ##
==========================================
- Coverage   55.08%   55.08%   -0.01%     
==========================================
  Files         240      240              
  Lines       30280    30302      +22     
  Branches     3235     3237       +2     
==========================================
+ Hits        16681    16691      +10     
- Misses      13596    13608      +12     
  Partials        3        3              

☔ View full report in Codecov by Harness.
📢 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.

@Hind-M Hind-M force-pushed the doc_flag_link_script branch from 1610247 to 25f3ab7 Compare June 23, 2026 08:59
@Hind-M Hind-M mentioned this pull request Jun 23, 2026
11 tasks
@Hind-M Hind-M force-pushed the doc_flag_link_script branch from 25f3ab7 to 2d7a21e Compare June 23, 2026 10:06
@Hind-M Hind-M marked this pull request as ready for review June 23, 2026 14:30
@Hind-M Hind-M force-pushed the doc_flag_link_script branch from 262580e to 8f9798b Compare June 24, 2026 10:19
@Hind-M Hind-M force-pushed the doc_flag_link_script branch from 8f9798b to fc5af5e Compare June 24, 2026 12:15
@Hind-M Hind-M merged commit b7ab9a7 into mamba-org:main Jun 24, 2026
33 of 34 checks passed
@Hind-M Hind-M deleted the doc_flag_link_script branch June 24, 2026 13:26
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.

2 participants