Update README.md

Add Cake.Coverlet addin to the bottom of usage section
This commit is contained in:
Alex McAuliffe
2018-07-01 14:56:42 +01:00
committed by GitHub
parent 017b3d9a40
commit 6bf805d2ab
+3
View File
@@ -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)