OpenCover

Running .NET Core 3 XUnit Code Coverage in AppVeyor Using OpenCover and Codecov 

I love AppVeyor. It's my go-to CI/CD service for .NET projects. I use it for both personal and work open-source projects. I also love automation of all kinds so, among other things, I want my test coverage reports to be automatically generated with every build.

Read