Skip to content

Commit ee6ab50

Browse files
committed
Add link
1 parent f83c28f commit ee6ab50

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

rules/Proj1102.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)