我正在尝试创建一个 asp.net 网站,该网站将作为所有 nunit 和代码覆盖率的入口点。
我可以使用 nunit api 从网站上针对单元测试运行 nunit。
是否可以使用 opencover api 使用 nunit 执行 opencover?
如果是的话,对于一些示例代码来说真的很棒。
OpenCover is a console app and is simple to launch from any build framework.
The OpenCover source code has code for a dedicated msbuild task that you could use as a starting point.