When you have a configuration error and the merge may not be finding the files, be more explicit about Where the files are expected.
ERROR: Found 0 code coverage file. Need at least two files to merge.
At /home/vsts/work/1/s/output/RequiredModules/Sampler/0.111.3/tasks/JaCoCo.coverage.build.ps1:157 char:13
+ throw "Found $($codecovFiles.Count) code coverage file. N …
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At /home/vsts/work/1/s/output/RequiredModules/Sampler/0.111.3/tasks/JaCoCo.coverage.build.ps1:57 char:1
+ task Merge_CodeCoverage_Files {
Also, in the task "header" showing variables used for the run, be more descriptive about what is used where (Code Coverage Output File and Code Coverage Merge Output File and Code Coverage File Pattern...
When you have a configuration error and the merge may not be finding the files, be more explicit about Where the files are expected.
Also, in the task "header" showing variables used for the run, be more descriptive about what is used where (
Code Coverage Output File
andCode Coverage Merge Output File
andCode Coverage File Pattern
...