Skip to content

Commit 70bb8f9

Browse files
🩹 [CI]: Set CodeCoverage_CoveragePercentTarget to 0 for disabling coverage threshold
1 parent ea5a39e commit 70bb8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/Test-ModuleLocal.yml

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

0 commit comments

Comments
 (0)