You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-43Lines changed: 43 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,49 +97,49 @@ jobs:
97
97
|`Version`| Specifies the version of the GitHub module to be installed. The value must be an exact version. |`false`||
98
98
|`Prerelease`| Allow prerelease versions if available. |`false`|`'false'`|
99
99
|`WorkingDirectory`| The working directory to use for the action. This is the root folder where tests and outputs are expected. |`false`|`'.'`|
100
-
|`StepSummary_Mode`| Controls which tests to show in the GitHub step summary. Allows "Full" (all tests), "Failed" (only failed tests), or "None" (disable step summary). |`Failed`|
101
-
|`StepSummary_ShowTestOverview`| Controls whether to show the test overview table in the GitHub step summary. |`false`|
102
-
|`StepSummary_ShowConfiguration`| Controls whether to show the configuration details in the GitHub step summary. |`false`|
103
-
|`Run_ExcludePath`| Directories/files to exclude from the run. ||
104
-
|`Run_ScriptBlock`| ScriptBlocks containing tests to be executed. ||
105
-
|`Run_Container`| ContainerInfo objects containing tests to be executed. ||
106
-
|`Run_TestExtension`| Filter used to identify test files (e.g. `.Tests.ps1`). ||
107
-
|`Run_Exit`| Whether to exit with a non-zero exit code on failure. ||
108
-
|`Run_Throw`| Whether to throw an exception on test failure. ||
109
-
|`Run_SkipRun`| Discovery only, skip actual test run. ||
110
-
|`Run_SkipRemainingOnFailure`| Skips remaining tests after the first failure. Options: `None`, `Run`, `Container`, `Block`. ||
111
-
|`Filter_Tag`| Tags of Describe/Context/It blocks to run. ||
112
-
|`Filter_ExcludeTag`| Tags of Describe/Context/It blocks to exclude. ||
113
-
|`Filter_Line`| Filter by file + scriptblock start line (e.g. `C:\tests\file1.Tests.ps1:37`). ||
114
-
|`Filter_ExcludeLine`| Exclude by file + scriptblock start line. Precedence over `Filter_Line`. ||
115
-
|`Filter_FullName`| Full name of a test with wildcards, joined by dot. E.g. `*.describe Get-Item.test1`||
116
-
|`CodeCoverage_Enabled`| Enable code coverage. ||
117
-
|`CodeCoverage_OutputFormat`| Format for the coverage report. Possible values: `JaCoCo`, `CoverageGutters`, `Cobertura`. ||
118
-
|`CodeCoverage_OutputPath`| Where to save the code coverage report (relative to the current dir). ||
119
-
|`CodeCoverage_OutputEncoding`| Encoding of the coverage file. ||
120
-
|`CodeCoverage_Path`| Files/directories to measure coverage on (by default, reuses `Path` from the general settings). ||
121
-
|`CodeCoverage_ExcludeTests`| Exclude tests themselves from coverage. ||
122
-
|`CodeCoverage_RecursePaths`| Recurse through coverage directories. ||
|`StepSummary_Mode`| Controls which tests to show in the GitHub step summary. Allows "Full" (all tests), "Failed" (only failed tests), or "None" (disable step summary). |`false`|`Failed`|
101
+
|`StepSummary_ShowTestOverview`| Controls whether to show the test overview table in the GitHub step summary. |`false`|`false`|
102
+
|`StepSummary_ShowConfiguration`| Controls whether to show the configuration details in the GitHub step summary. |`false`|`false`|
103
+
|`Run_ExcludePath`| Directories/files to exclude from the run. |`false`||
104
+
|`Run_ScriptBlock`| ScriptBlocks containing tests to be executed. |`false`||
105
+
|`Run_Container`| ContainerInfo objects containing tests to be executed. |`false`||
106
+
|`Run_TestExtension`| Filter used to identify test files (e.g. `.Tests.ps1`). |`false`||
107
+
|`Run_Exit`| Whether to exit with a non-zero exit code on failure. |`false`||
108
+
|`Run_Throw`| Whether to throw an exception on test failure. |`false`||
109
+
|`Run_SkipRun`| Discovery only, skip actual test run. |`false`||
110
+
|`Run_SkipRemainingOnFailure`| Skips remaining tests after the first failure. Options: `None`, `Run`, `Container`, `Block`. |`false`||
111
+
|`Filter_Tag`| Tags of Describe/Context/It blocks to run. |`false`||
112
+
|`Filter_ExcludeTag`| Tags of Describe/Context/It blocks to exclude. |`false`||
113
+
|`Filter_Line`| Filter by file + scriptblock start line (e.g. `C:\tests\file1.Tests.ps1:37`). |`false`||
114
+
|`Filter_ExcludeLine`| Exclude by file + scriptblock start line. Precedence over `Filter_Line`. |`false`||
115
+
|`Filter_FullName`| Full name of a test with wildcards, joined by dot. E.g. `*.describe Get-Item.test1`|`false`||
0 commit comments