From 6bf805d2ab7ec1cebecaaefcf449c37ded19b338 Mon Sep 17 00:00:00 2001 From: Alex McAuliffe Date: Sun, 1 Jul 2018 14:56:42 +0100 Subject: [PATCH] Update README.md Add Cake.Coverlet addin to the bottom of usage section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a0d42c8..fbea458 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,9 @@ dotnet test /p:CollectCoverage=true /p:Exclude="[coverlet.*]Coverlet.Core.Covera 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: `/p:Exclude=\"[coverlet.*]*,[*]Coverlet.Core*\"`. +### Cake Addin +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. + ## Roadmap * Merging outputs (multiple test projects, one coverage result)