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
"helpMarkDown": "[Learn more about this task](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2?view=azure-pipelines)",
"helpMarkDown": "[Learn more about this task](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2?view=azure-pipelines)",
"helpMarkDown": "Paths to summary files containing code coverage statistics, such as line, method, and class coverage. Multiple summary files will be merged into a single report. Supports multiple lines of minimatch patterns. [More information](https://aka.ms/minimatchexamples)"
"helpMarkDown": "Paths to summary files containing code coverage statistics, such as line, method, and class coverage. Multiple summary files will be merged into a single report. Supports multiple lines of minimatch patterns. [More information](https://aka.ms/minimatchexamples)"
32
-
},
33
-
{
34
-
"name": "pathToSources",
35
-
"type": "string",
36
-
"label": "Path to Source files",
37
-
"defaultValue": "",
38
-
"required": false,
39
-
"helpMarkDown": "Path to source files is required when coverage XML reports do not contain absolute path to source files. For e.g., JaCoCo reports do not use absolute paths and when publishing JaCoCo coverage for Java apps, the pattern would be similar to `$(System.DefaultWorkingDirectory)/MyApp/src/main/java/`.<br />This input is also needed if tests are run in a docker container. This input should point to absolute path to source files on the host. For e.g., `$(System.DefaultWorkingDirectory)/MyApp/`"
40
-
},
41
-
{
42
-
"name": "failIfCoverageEmpty",
43
-
"type": "boolean",
44
-
"label": "Fail if code coverage results are missing",
45
-
"defaultValue": "false",
46
-
"required": false,
47
-
"helpMarkDown": "Fail the task if code coverage did not produce any results to publish."
48
-
}
49
-
],
50
-
"execution": {
51
-
"Node10": {
52
-
"target": "publishcodecoverageresults.js",
53
-
"argumentFormat": ""
54
-
},
55
-
"Node16": {
56
-
"target": "publishcodecoverageresults.js",
57
-
"argumentFormat": ""
58
-
}
33
+
{
34
+
"name": "pathToSources",
35
+
"type": "string",
36
+
"label": "Path to Source files",
37
+
"defaultValue": "",
38
+
"required": false,
39
+
"helpMarkDown": "Path to source files is required when coverage XML reports do not contain absolute path to source files. For e.g., JaCoCo reports do not use absolute paths and when publishing JaCoCo coverage for Java apps, the pattern would be similar to `$(System.DefaultWorkingDirectory)/MyApp/src/main/java/`.<br />This input is also needed if tests are run in a docker container. This input should point to absolute path to source files on the host. For e.g., `$(System.DefaultWorkingDirectory)/MyApp/`"
0 commit comments