Jakub Chocholowicz
Jakub Chocholowicz
We are considering adding possibility to collect number of hits. So let's keep this open and see if more people wants that. You are right that in case of merging...
@kiwimato could you please paste your CodeCoverage.runsettings ?
@kiwimato were you getting any code coverage reports on 16.9.4 ?
Could you please paste output of command when using 16.9.4? Is the report opencover?
Thanks for info. In 16.10.0 we added support for dynamic code coverage in Linux. Unfortunately there is a bug in old version of TestPlatform which is causing this behaviour. You...
@eduherminio I was able to get code coverage using Microsoft.CodeCoverage package: ``` D:\repros\Lynx [main ≡ +0 ~1 -0 !]> dotnet test .\tests\Lynx.Test\ -c Release --filter "TestCategory=LongRunning" --collect:"Code Coverage" Determining projects...
You can now use https://www.nuget.org/packages/dotnet-coverage global tool to collect coverage in this scenario. Example: https://learn.microsoft.com/dotnet/core/additional-tools/dotnet-coverage#use-the-instrument-and-collect-commands-in-server-mode
@X9VoiD thanks for reporting this. I've fixed the issue so it will be available in next release of Microsoft.CodeCoverage (17.5.0). If you need it sooner, please let me know and...
Message: ``` No C++ projects found in the solution. Dynamic C++ code coverage will be disabled. Static C++ code coverage will be enabled. If report is missing some C++ projects...
@rchiodo @bschnurr I found string `Code coverage file not produced. Please install 'coverage'` in PTVS_MSRC repo. What are conditions to show it?