From d0bcb317608d744d20f34d6941e096bf288a7ace Mon Sep 17 00:00:00 2001 From: Marco Rossignoli Date: Sat, 29 Feb 2020 09:48:21 +0100 Subject: [PATCH] Update VSTestIntegration.md --- Documentation/VSTestIntegration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/VSTestIntegration.md b/Documentation/VSTestIntegration.md index 5ea7ea839..d58407a71 100644 --- a/Documentation/VSTestIntegration.md +++ b/Documentation/VSTestIntegration.md @@ -55,7 +55,8 @@ You can change the position of files using standard `dotnet test` switch `[-r|-- ## Coverlet options supported by VSTest integration At the moment VSTest integration doesn't support all features of msbuild and .NET tool, for instance show result on console, report merging and threshold validation. -We're working to fill the gaps. +We're working to fill the gaps. +*PS: if you don't have any other way to merge reports(for instance your report generator doesn't support multi coverage file) you can for the moment exploit a trick reported by one of our contributor Daniel Paz(@p4p3) https://github.com/tonerdo/coverlet/pull/225#issuecomment-573896446* #### Default