You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
have looked at the opencover output xml file in an attempt to resolve the issue.
reviewed the current issues to check that the issue isn't already known.
My issue is related to (check only those which apply):
no coverage being recorded
32 or 64 bit support
feature request
Expected Behavior
Code Coverage returned as usual
Actual Behavior
No Code Coverage returned
Steps to reproduce the problem:
Create a new test project
Create a new class library with any name finishing by ".Fakes"
Run Tests with OpenCover, return a CodeCoverage
Add reference from Test project to class library
Run Tests with OpenCover, no CodeCoverage returned
In the screenshot below Class1.cs and UnitTest1.cs contain only empty class, and empty test method
reviewed the usage guide and usage document again because we know you probably didn't do it the first time.
sample code or link to repository/gist is available (support is much faster this way)
The text was updated successfully, but these errors were encountered:
Both Fakes and OpenCover use the profiling API and as you can imagine things don't always play well.
OpenCover does attempt to see if the Fakes profiler is running and attempt to intercept but it seems to be a moving target for every release of the test/fakes runner.
I'll see if I can get it working with VS2017 but I can't guarantee anything...
Please provide the following information when submitting an issue.
My Framework
My Environment
I have already...
My issue is related to (check only those which apply):
Expected Behavior
Code Coverage returned as usual
Actual Behavior
No Code Coverage returned
Steps to reproduce the problem:
Create a new test project
Create a new class library with any name finishing by ".Fakes"
Run Tests with OpenCover, return a CodeCoverage
Add reference from Test project to class library
Run Tests with OpenCover, no CodeCoverage returned
In the screenshot below Class1.cs and UnitTest1.cs contain only empty class, and empty test method
The text was updated successfully, but these errors were encountered: