Code Coverage Report Generate a code coverage report scoped to source files changed in the current branch compared to a base branch. Workflow 1. Determine base branch Detect the base branch to diff against. Use the MR/PR target branch if known, otherwise default to or (whichever exists). Ask the user if ambiguous. 2. Detect changed source files Filter out test files (paths containing , , , ). If no source files changed, stop and inform the user. 3. Identify test project(s) Determine which test project(s) to run. Strategies (in order): 1. User-specified : If the user names a test project, use…