rez icon indicating copy to clipboard operation
rez copied to clipboard

Set default build process type in rezconfig or env var.

Open predat opened this issue 1 year ago • 1 comments

This PR allows the user to define the name of the build process plugin to be used for build/release by defining it in the rezconfig or through an environment variable without having to specify it from the rez-build/rez-release command line tools.

predat avatar Apr 15 '24 11:04 predat

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 58.40%. Comparing base (36e0537) to head (3e5d178). Report is 37 commits behind head on main.

Files with missing lines Patch % Lines
src/rez/rezconfig.py 0.00% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1724      +/-   ##
==========================================
+ Coverage   58.29%   58.40%   +0.11%     
==========================================
  Files         126      126              
  Lines       17159    17165       +6     
  Branches     3505     3506       +1     
==========================================
+ Hits        10002    10026      +24     
+ Misses       6493     6474      -19     
- Partials      664      665       +1     

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

codecov[bot] avatar Apr 15 '24 11:04 codecov[bot]

This PR is trivial; do you think you can merge it ?

predat avatar May 30 '24 17:05 predat

Sorry for the delays on this. It looks good to me!