leeway icon indicating copy to clipboard operation
leeway copied to clipboard

Discover workspace root

Open csweichel opened this issue 1 year ago • 1 comments

Description

This PR makes leeway automatically discover the workspace route by traveling up the path all the way to the root of the file system and looking for a WORKSPACE.yaml file.

csweichel avatar Mar 27 '24 20:03 csweichel

Codecov Report

Merging #176 (6ebf5fb) into main (3256d17) will increase coverage by 0.04%. The diff coverage is 44.44%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #176      +/-   ##
==========================================
+ Coverage   28.84%   28.88%   +0.04%     
==========================================
  Files          21       21              
  Lines        3463     3472       +9     
==========================================
+ Hits          999     1003       +4     
- Misses       2246     2249       +3     
- Partials      218      220       +2     

codecov[bot] avatar Mar 27 '24 20:03 codecov[bot]