File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ ancestor: MSBuild
44---
55
66# Proj1102: Use Coverlet Collector or MSBuild
7- Coverlet is a cross-platform code coverage framework for .NET, with support for
8- line, branch and method coverage. The packages ` coverlet.collector ` and
9- ` coverlet.msbuild ` have the same purpose but should not be used together. Note
10- that ` coverlet.collector ` is preferred over the ` coverlet.msbuild ` .
7+ [ Coverlet] ( https://github.com/coverlet-coverage/coverlet ) is a cross-platform
8+ code coverage framework for .NET, with support for line, branch and method
9+ coverage. The packages ` coverlet.collector ` and ` coverlet.msbuild ` have the
10+ same purpose but should not be used together. Note that ` coverlet.collector ` is
11+ preferred over the ` coverlet.msbuild ` .
1112
1213## Non-compliant
1314``` xml
You can’t perform that action at this time.
0 commit comments