FineCodeCoverage icon indicating copy to clipboard operation
FineCodeCoverage copied to clipboard

Addtional option to get the results in csv format

Open AshwinPrksh opened this issue 2 years ago • 3 comments

Installed product versions

  • Visual Studio: 2022 Professional (Version 17.8.6)
  • This extension: [example 1.1.209]

Description

I need an additional option to get the results in csv fomat along with html

Steps to recreate

  1. Run unit tests
  2. Open Fine Code Coverage Window

Current behavior

Generates report in html by default

Expected behavior

Need option to get the results in csv format

AshwinPrksh avatar Feb 06 '24 11:02 AshwinPrksh

You can convert the Cobertura.xml as desired

tonyhallett avatar Feb 06 '24 12:02 tonyhallett

I will provide some MEF hooks at some point so you can extend FCC with your own extension.

tonyhallett avatar Feb 06 '24 15:02 tonyhallett

Thanks for the reply

AshwinPrksh avatar Feb 13 '24 10:02 AshwinPrksh