Skip to content
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

Open
williamtran892 opened this issue Nov 23, 2016 · 6 comments
Open

Comments

@williamtran892
Copy link

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?

@yasu-s
Copy link
Owner

yasu-s commented May 26, 2018

Please try CoverageInfo.
Example: CoverageConverter/vstest/Sources/Program.cs

@mkotsabiuk
Copy link

Hi.

Why do I get this error when I am trying to use your CoverageConverter?

capture

Actually I have been downloaded all needed files:

capture1

@yasu-s
Copy link
Owner

yasu-s commented Jul 20, 2018

Hi. @kotsabiukmv98

What is the version of Visual Studio you are using?
Please use the following version if Visual Studio 2012 or higher.
https://github.com/yasu-s/CoverageConverter/releases/download/v1.1/CoverageConverter_v1.1.zip

@mkotsabiuk
Copy link

mkotsabiuk commented Sep 5, 2018

Thank you @yasu-s.

Now it is working.
But I get this data:
capture

Does it mean that me .coverage file is not good?

EDIT
I got .coverage file working on Visual Studio Professional 2017. When I am using enterprise version I get good .coverage file and as result good converted .xml file.

@yasu-s
Copy link
Owner

yasu-s commented Sep 5, 2018

Hi @kotsabiukmv98 .

Code Coverage is only available for Enterprise Edition.

Reference URL: https://visualstudio.microsoft.com/vs/compare/

@mkotsabiuk
Copy link

I investigated, that it is available to download Test Agent and there is vstest.console.exe like in Visual Studio Enterprise Edition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants