Viewing Code Coverage Results outside of Visual studio

后端 未结 6 1396
我寻月下人不归
我寻月下人不归 2021-02-01 18:54

I\'ve got some unit tests, and got some code coverage data. Now, I\'d like to be able to view that code coverage data outside of visual studio, say in a web browser. But, when I

6条回答
  •  暖寄归人
    2021-02-01 19:27

    This tool https://github.com/danielpalme/ReportGenerator quickly generate Html reports from coverage file. Works quite well and does not require complex activities, can be easily included in the build process.

提交回复
热议问题