skip to Main Content

coverlet does not create report in azure devops

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 --no-restore --collect:"XPlat Code Coverage" /p:Configuration=$Cfg /p:CollectCoverage=true /p:CoverletOutput=.CodeCoverage --% /p:CoverletOutputFormat="cobertura,opencover" The report files…

VIEW QUESTION
Back To Top
Search