Skip to content

Commit ea5a39e

Browse files
🩹 [CI]: Add CodeCoverage_CoveragePercentTarget parameter to Test-ModuleLocal workflow for enhanced coverage control
1 parent 5308e95 commit ea5a39e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/Test-ModuleLocal.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
CodeCoverage_Enabled: true
131131
Output_Verbosity: Detailed
132132
CodeCoverage_OutputFormat: JaCoCo
133+
CodeCoverage_CoveragePercentTarget: 20
133134
Path: ${{ inputs.TestFolderPath }}
134135
Run_Path: ${{ steps.import-module.outputs.path }}
135136
WorkingDirectory: ${{ inputs.WorkingDirectory }}

0 commit comments

Comments
 (0)