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
|`CodeCoverage_OutputFormat`| Format to use for code coverage report (JaCoCo/CoverageGutters/Cobertura). | false ||
44
-
|`CodeCoverage_OutputPath`| Path relative to the current directory where code coverage report is saved. | false |`.PSModule/CodeCoverage/PSScriptAnalyzer-CodeCoverage-Report.xml`|
44
+
|`CodeCoverage_OutputPath`| Path relative to the current directory where code coverage report is saved. | false |`.PSModule/CodeCoverage/Coverage.xml`|
45
45
|`CodeCoverage_OutputEncoding`| Encoding of the output file. | false ||
46
46
|`CodeCoverage_Path`| Directories or files to be used for code coverage. | false ||
47
47
|`CodeCoverage_ExcludeTests`| Exclude tests from code coverage. | false ||
|`TestResult_OutputFormat`| Format to use for test result report (NUnitXml/NUnit2.5/NUnit3/JUnitXml). | false ||
54
-
|`TestResult_OutputPath`| Path relative to the current directory where test result report is saved. | false |`.PSModule/TestResult/PSScriptAnalyzer-TestResult-Report.xml`|
54
+
|`TestResult_OutputPath`| Path relative to the current directory where test result report is saved. | false |`.PSModule/TestResult/Results.xml`|
55
55
|`TestResult_OutputEncoding`| Encoding of the output file. | false ||
56
56
|`TestResult_TestSuiteName`| Set the name assigned to the root 'test-suite' element. | false |`PSScriptAnalyzer`|
57
57
|`Should_ErrorAction`| Controls if Should throws on error. Use 'Stop' or 'Continue'. | false ||
0 commit comments