Skip to content

Commit 74fa3a2

Browse files
Romanxtonerdo
authored andcommitted
Update README.md
Add Cake.Coverlet addin to the bottom of usage section
1 parent a1f18b4 commit 74fa3a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ dotnet test /p:CollectCoverage=true /p:Exclude="[coverlet.*]Coverlet.Core.Covera
122122
You can specify multiple filter expressions by separting them with a comma (`,`). If you specify multiple filters, then [you'll have to escape the surrounding quotes](https://github.com/Microsoft/msbuild/issues/2999#issuecomment-366078677) like this:
123123
`/p:Exclude=\"[coverlet.*]*,[*]Coverlet.Core*\"`.
124124

125+
### Cake Addin
126+
If you're using [Cake Build](https://cakebuild.net) for your build script you can use the [Cake.Coverlet](https://github.com/Romanx/Cake.Coverlet) addin to provide you extensions to dotnet test for passing coverlet arguments in a strongly typed manner.
127+
125128
## Roadmap
126129

127130
* Merging outputs (multiple test projects, one coverage result)

0 commit comments

Comments
 (0)