--- title: 代码覆盖率测试 tags: - 覆盖率 - NET cover: 'https://picsum.photos/400' abbrlink: 76f3012d date: 2024-08-26 21:25:57 --- \`\`\`powershell dotnet-coverage collect -o D:\\API\\output.xml -f xml dotnet run --urls=http://localhost:9001/ --launch-profile my.x \`\`\` xml转报表 \`\`\`powershell dotnet tool install --global dotnet-reportgenerator-globaltool --version 5.3.8 \`\`\` \[reportgenerator.io/usage\](https://reportgenerator.io/usage) \> -sourcedirs:D:\\API \> \> -assemblyfilters:my.dll
原创
代码覆盖率测试
本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。
评论交流
欢迎留下你的想法