aboutsummaryrefslogtreecommitdiff
path: root/b4/ez.py
diff options
context:
space:
mode:
Diffstat (limited to 'b4/ez.py')
-rw-r--r--b4/ez.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/b4/ez.py b/b4/ez.py
index 8d4961a..06dfca4 100644
--- a/b4/ez.py
+++ b/b4/ez.py
@@ -390,6 +390,7 @@ def get_cover_strategy(branch: Optional[str] = None) -> str:
bconfig = b4.get_config_from_git(rf'branch\.{branch}\..*')
if 'b4-prep-cover-strategy' in bconfig:
strategy = bconfig.get('b4-prep-cover-strategy')
+ logger.debug('Got strategy=%s from branch-config', strategy)
else:
config = b4.get_main_config()
strategy = config.get('prep-cover-strategy', 'commit')