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
Executing: C:\Program Files\dotnet\dotnet.exe
xUnit.net Console Runner (64-bit .NET Core 4.6.00001.0)
Discovering: MyProject.Tests
Discovered: MyProject.Tests
Starting: MyProject.Tests
Finished: MyProject.Tests
=== TEST EXECUTION SUMMARY ===
MyProject.Tests Total: 6, Errors: 0, Failed: 0, Skipped: 0, Time: 0.663s
Committing...
No results, this could be for a number of reasons. The most common reasons are:
1) missing PDBs for the assemblies that match the filter please review the
output file and refer to the Usage guide (Usage.rtf) about filters.
2) the profiler may not be registered correctly, please refer to the Usage
guide and the -register switch.
I went over the docs, but I couldn't find any examples with .net core. or xunit.
I'm hoping someone could point me in the right direction to solving this.
My Framework
My Environment
I have already...
My issue is related to (check only those which apply):
Expected Behavior
Coverage report
Actual Behavior
No report
Steps to reproduce the problem:
Installed via nuget: OpenCover 4.6.519, xunit.runner.console 2.3.1
Target framework: .NET Standard 2.0 / .NET Core 2.0
output
I went over the docs, but I couldn't find any examples with .net core. or xunit.
I'm hoping someone could point me in the right direction to solving this.
Cheers!