title: 代码覆盖率测试
tags:
- 覆盖率
- NET
cover: 'https://tuapi.eees.cc/api.php?category=dongman&type=302'
abbrlink: 76f3012ddate: 2024-08-26 21:25:57
dotnet-coverage collect -o D:\API\output.xml -f xml dotnet run --urls=http://localhost:9001/ --launch-profile my.x
xml转报表
dotnet tool install --global dotnet-reportgenerator-globaltool --version 5.3.8
-sourcedirs:D:\API
-assemblyfilters:my.dll