dotnet-coverage collect has the following three format options (with "--output-format"):
From some testing, it appears that Branch Coverage* is only produced with the cobertura option (not xml). Is there an option to enable Branch Coverage for the xml format, or is it exclusive to cobertura format?
Thanks in advance.
*Note: For reference, example file showing branch coverage data (from ~\codecoverage\samples\Algorithms\scenarios\scenario01\example.report.cobertura.xml)

dotnet-coverage collect has the following three format options (with "--output-format"):
From some testing, it appears that Branch Coverage* is only produced with the cobertura option (not xml). Is there an option to enable Branch Coverage for the xml format, or is it exclusive to cobertura format?
Thanks in advance.
*Note: For reference, example file showing branch coverage data (from ~\codecoverage\samples\Algorithms\scenarios\scenario01\example.report.cobertura.xml)