--- 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