coverlet

Is it possible to get Code Coverage of .NET Framework Project using coverlet in Azure DevOps?

不问归期 提交于 2021-02-11 17:19:25
问题 I easily configured to get the coverage result for .NET Core Projects in Azure DevOps, but no luck with .NET Framework Projects. So, I would be so grateful to get suggestion on this because coverlet documentation is clearly saying that we can also use it for .NET Framework Projects. This question is kinda similar to mine but I didn't see any answer there, Can you use Coverlet to get code coverage data in a .NET Framework project? 回答1: Yes, you can can code coverage data from a ASP.NET project

Code and details of code coverage not showing in SonarCloud for .Net solution

瘦欲@ 提交于 2020-08-10 20:02:11
问题 I have issues seeing details of the code analysis in SonarCloud. What I have working is a .Net Core application with Coverlet. I do see that the results are uploaded and the coverage shows. However, I don't get to see a dashboard, the tab 'code' doesn't show code and Measures doesn't give detailed information either. My Github project is linked and as I can see, the results are uploaded. I wondered why I can't see the code and detailed coverage. I'm not familiar with .NET code and SonarQube

Can you use Coverlet to get code coverage data in a .NET Framework project?

匆匆过客 提交于 2020-04-18 06:11:28
问题 I have a large .NET Framework solution and want to start collecting code coverage data as part of our build pipeline (as well as on our local developer machines). On the Coverlet GitHub page it says that it supports .NET Framework projects but all the examples are using the dotnet test CLI command. Is it possible to use Coverlet for this or should I be looking at something like OpenCover? 回答1: Use the task Visual Studio Test Create a .runsettings file and configure Coverlet in the

Can you use Coverlet to get code coverage data in a .NET Framework project?

三世轮回 提交于 2020-04-18 06:11:09
问题 I have a large .NET Framework solution and want to start collecting code coverage data as part of our build pipeline (as well as on our local developer machines). On the Coverlet GitHub page it says that it supports .NET Framework projects but all the examples are using the dotnet test CLI command. Is it possible to use Coverlet for this or should I be looking at something like OpenCover? 回答1: Use the task Visual Studio Test Create a .runsettings file and configure Coverlet in the