AppVeyor

Lessons Learned: Migrating from AppVeyor to GitHub Actions 

The third article about GitHub Actions in a row? One must be thinking I am up to something. And they'd be right. Over the past week, I migrated more than 10 repositories from AppVeyor to GitHub Actions.

Read  

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