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

no managed C++ CLI #196

Open
fgenolini opened this issue Apr 1, 2019 · 0 comments
Open

no managed C++ CLI #196

fgenolini opened this issue Apr 1, 2019 · 0 comments

Comments

@fgenolini
Copy link

fgenolini commented Apr 1, 2019

Hi,
I have created a C++ CLI project using the latest Visual Studio 2017 (Version 15.9.10 on a 64-bit Windows 10 PC), then I have added a couple of MsTest unit test projects (1 old and 1 new project). I have selected the "Debug | x86" configuration, built the solution and run the tests in "Test Explorer": both test projects are detected and all tests pass.

AxoCover discovers both unit test projects and executes them, but the code coverage report only shows 1 C# assembly (in the old project format), and does not report on the managed C++ CLI assembly. Is this a bug?

CppAdapter.zip

image

If I set the filter to "+[CppAdapter*]*", then all test projects are found (both old and new project formats) and the C++ code coverage is shown.

image

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

1 participant