dotnet / msbuild

The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
https://docs.microsoft.com/visualstudio/msbuild/msbuild
MIT License
5.21k stars 1.35k forks source link

Report test coverage #1854

Open cdmihai opened 7 years ago

cdmihai commented 7 years ago

It would be nice if our CI builds reported test coverage. Ideally, the tooling should be IDE independent.

stan-sz commented 1 year ago

Thanks to https://github.com/microsoft/vstest/issues/2874 getting CC numbers is as easy as:

When using https://github.com/codecov/codecov-action simply pass files: '*.coverage.xml' to get the CC published.

rainersigwald commented 1 year ago

Since this repo uses test infrastructure from https://github.com/dotnet/arcade/, we can't do that directly. I don't know the current state of Arcade + coverage info.

stan-sz commented 1 year ago

See related https://github.com/dotnet/arcade/issues/1946