datalad / datalad-installer

Installation script for Datalad and related components
MIT License
6 stars 3 forks source link

Support installing specific versions of Miniconda #158

Closed jwodder closed 1 year ago

jwodder commented 1 year ago

Closes #157.

Replaces #156.

Fixes #155.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 83.33% and project coverage change: +62.78 :tada:

Comparison is base (c98f646) 0.00% compared to head (2f90ad7) 62.78%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #158 +/- ## =========================================== + Coverage 0 62.78% +62.78% =========================================== Files 0 1 +1 Lines 0 1470 +1470 Branches 0 290 +290 =========================================== + Hits 0 923 +923 - Misses 0 449 +449 - Partials 0 98 +98 ``` | [Impacted Files](https://codecov.io/gh/datalad/datalad-installer/pull/158?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad) | Coverage Δ | | |---|---|---| | [src/datalad\_installer.py](https://codecov.io/gh/datalad/datalad-installer/pull/158?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-c3JjL2RhdGFsYWRfaW5zdGFsbGVyLnB5) | `62.78% <83.33%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

yarikoptic commented 1 year ago

Looks great to me and as it is needed to be adopted by datalad -- I am marking it for the release. Thank you @jwodder !