About 50 results
Open links in new tab
  1. .net - Dotnet Unit test with Coverlet- How to get coverage for entire ...

    Dotnet Unit test with Coverlet- How to get coverage for entire solution and not just a project Asked 7 years, 4 months ago Modified 4 years ago Viewed 34k times

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

    Install Coverlet.MSbuild Install Coverlet.Collector Rebuild the project Click on Tools > Nuget Package Manager > Package Manager Console Run dotnet test --collect:"XPlat Code Coverage" Find the …

  3. nunit - Cannot exclude assemblies when using coverlet 3.2.0 and a ...

    Dec 6, 2022 · I am trying to run unit tests using NUnit and coverlet but exclude assemblies that end with the name .Testing from the coverage report. However, whatever I do the file (for example …

  4. How to see a friendly report of unit tests using .Net Core and coverlet?

    Coverlet can generate cobertura type XML report and ReportGenerator can generate an HTML report out of it. Here you can find an awesome step-by-step tutorial about how to use coverlet and …

  5. coverlet does not create report in azure devops - Stack Overflow

    Nov 10, 2022 · I am using coverlet.msbuild v3.2.0 coverlet.collector v3.2.0 and dotnet sdk v6.0.402 When I run this test command in powershell (restore and build ran before that) dotnet test --no-build - …

  6. How do i get code coverage on azure pipeline using coverlet and ...

    Jan 18, 2024 · What is the correct way to get code coverage for my project in Azure pipelines using coverlet and cobertura configurations? I have followed the same steps as running locally with CLI …

  7. Coverlet does not generate cobertura.xml for MSTest test projects

    Aug 2, 2023 · coverlet.console 6.0.0 dotnet-reportgenerator-globaltool 5.1.23 Does somebody have any ideas, why it does not want to work with MSTest? By the way, I tried to add an xUnity test project into …

  8. difference between coverlet.collector and coverlet.msbuild?

    Aug 16, 2023 · coverlet.collector is related to "VSTest Integration" and coverlet.msbuild is related to "MSBuild Integration". I am confused with coverlet.collector, doesn't it need MSBUild as well, …

  9. exclude code coverage for ef core migration files

    Jan 17, 2022 · I want to exclude all auto generated migration files from code coverage caculation. I can't change the dotnet test command in the build pipeline so I guess my only friend is the …

  10. azure - coverlet coverage report resulting in Microsoft.VisualStudio ...

    Jul 1, 2021 · As I raised this question with Coverlet team, I got a quick response from them. They noticed something that I totally missed. Microsoft (R) Coverage Collection Tool Version …