Skill
Coverlet for .NET
Use the open-source free `coverlet` toolchain for .NET code coverage.
dotnet skills install coverlet
Write, run, or repair .NET tests that use NUnit. Use when a repo uses `NUnit`, `[Test]`, `[TestCase]`, `[TestFixture]`, or NUnit3TestAdapter for VSTest or Microsoft.Testing.Platform execution.
[Test], [TestCase], [TestFixture], [SetUp], [TearDown] attributes[TestCase] and [TestCaseSource]Assert.Thatasync Task not async void[TearDown] or [OneTimeTearDown]Use the open-source free `coverlet` toolchain for .NET code coverage.
dotnet skills install coverlet
Write, run, or repair .NET tests that use MSTest.
dotnet skills install mstest
Use the open-source free `ReportGenerator` tool for turning .NET coverage outputs into HTML, Markdown, Cobertura, badges, and merged reports.
dotnet skills install reportgenerator