Viewing Code Coverage Results outside of Visual studio

后端 未结 6 1376
我寻月下人不归
我寻月下人不归 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:19

    I use NCover to do all my code coverage and you have the ability to export the results quite easily

提交回复
热议问题