Show .NET code coverage rate and unit test status with GitLab CI\CD pipeline
Before starting, you need to make sure you have your own GitLab instance or have registered GitLab.com. Check in your .NET project. Make sure there is the .sln file in the root of the repository: file Add the following packages to all your unit test projects: coverlet.collector JunitXml.TestLogger Project Sdk=Microsoft.NET.Sdk PropertyGroup TargetFrameworknet6.0/TargetFramework …