coverlet-coverage / coverlet

Cross platform code coverage for .NET
MIT License
2.97k stars 386 forks source link

Why isn't the Azure DevOps build using CodeCoverage? #967

Closed mikeblakeuk closed 2 weeks ago

mikeblakeuk commented 3 years ago

Why isn't the Azure DevOps build using CodeCoverage?

https://docs.microsoft.com/en-us/azure/devops/pipelines/test/review-code-coverage-results?view=azure-devops

image

MarcoRossignoli commented 3 years ago

I apologize, I don't understand the question, can you elaborate more?

TimHess commented 3 years ago

Your builds are running code coverage, but they aren't publishing the reports...

MarcoRossignoli commented 3 years ago

Ah the question was related to our build?can you confirm @mikeblakeuk ?

mikeblakeuk commented 3 years ago

Yes - https://dev.azure.com/tonerdo/coverlet/_build/results?buildId=1202&view=results a) You should use the DevOps code coverage support that lets you download and open the code coverage in Visual Studio. b) You should use Coverlet reporting to show the code coverage within the DevOps build directly

MarcoRossignoli commented 3 years ago

Thanks for the advice, we're used to check on console output(where coverlet print stats), but we'll improve using AzDo!

mikeblakeuk commented 3 years ago

It would be nice when developer have a PR, they check the coverage image

github-actions[bot] commented 3 months ago

This issue is stale because it has been open for 3 months with no activity.

Bertk commented 2 weeks ago

Outdated issue.

image