Coverlet

Use the open-source free `coverlet` toolchain for .NET code coverage. Use when a repo needs line and branch coverage, collector versus MSBuild driver selection, or CI-safe coverage commands. USE FOR: coverlet setup; CI line or branch coverage; choosing between collector and MSBuild drivers. DO NOT USE FOR: coverage report rendering by itself; repos that intentionally use a different coverage engine. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.

managedcode Updated

File contents

managedcode/dotnet-skills/tree/main/catalog/Testing/Coverlet/skills/coverlet commit c664ef39e2

Frequently asked questions

npx skillmds@latest add managedcode/coverlet-2