0

I am using AxoCover code coverage tool for generating the code coverage report in visual studio. I wanted to include unit test results [pass\fail] in the unit test report summary. Is it possible?

I am using visual studio 2017 Professional. enter image description here

sujith
  • 1
  • 1

1 Answers1

1

ReportGenerator only reads the coverage results of OpenCover. It does not process the tests results of MSTest/xUnit/nUnit.

Daniel
  • 920
  • 7
  • 19