conda-incubator / conda-project

Tool for encapsulating, running, and reproducing projects with Conda environments
https://conda-incubator.github.io/conda-project/
BSD 3-Clause "New" or "Revised" License
28 stars 11 forks source link

Handle relative paths and writing nonexistent directories for CONDA_PROJECT_ENVS_PATH #161

Closed jkong-anaconda closed 7 months ago

jkong-anaconda commented 7 months ago

Update some behavior around the CONDA_PROJECT_ENVS_PATH variable so that relative paths are always interpreted relative to the project root and non-existent directories are created.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.09%. Comparing base (e4cbec3) to head (323e123).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #161 +/- ## ========================================== + Coverage 97.40% 98.09% +0.69% ========================================== Files 9 9 Lines 1000 996 -4 ========================================== + Hits 974 977 +3 + Misses 26 19 -7 ```

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