Skip to content

Commit 2af6300

Browse files
Update CodeCoverage_CoveragePercentTarget in workflows and action.yml
1 parent 25bb734 commit 2af6300

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/Action-Test-Src-WithManifest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ jobs:
3333
Name: PSModuleTest
3434
WorkingDirectory: tests/srcWithManifestTestRepo
3535
Settings: SourceCode
36-
CodeCoverage_CoveragePercentTarget: 80

.github/workflows/Action-Test-outputs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
Name: PSModuleTest
3434
WorkingDirectory: tests/outputTestRepo
3535
Settings: Module
36+
CodeCoverage_CoveragePercentTarget: 80

action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,14 @@ inputs:
1616
description: |
1717
Controls which tests to show in the GitHub step summary. Allows "Full" (show all tests), "Failed" (only failed tests), or "None" (disable step summary).
1818
required: false
19-
default: 'Failed'
2019
StepSummary_ShowTestOverview:
2120
description: |
2221
Controls whether to show the test overview table in the GitHub step summary.
2322
required: false
24-
default: 'false'
2523
StepSummary_ShowConfiguration:
2624
description: |
2725
Controls whether to show the configuration details in the GitHub step summary.
2826
required: false
29-
default: 'false'
3027
Run_Path:
3128
description: |
3229
Directories to be searched for tests, paths directly to test files, or combination of both.

0 commit comments

Comments
 (0)