-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CoverageConverter does not support .coverage output from VS2015 #2
Comments
Please try CoverageInfo. |
Hi. @kotsabiukmv98 What is the version of Visual Studio you are using? |
Thank you @yasu-s. Now it is working. Does it mean that me .coverage file is not good? EDIT |
Hi @kotsabiukmv98 . Code Coverage is only available for Enterprise Edition. Reference URL: https://visualstudio.microsoft.com/vs/compare/ |
I investigated, that it is available to download Test Agent and there is vstest.console.exe like in Visual Studio Enterprise Edition |
Look like CoverageConverter cannot read .coverage output from VS2015. This could be due to format changes. I tried to update Microsoft.VisualStudio.Coverage.Analysis.dll to use VS2015 dll. This resulted to class CoverageInfoManager does not found.
Do you know any substitution for CoverageInfoManager?
The text was updated successfully, but these errors were encountered: