Code Coverage for .NET Core Integration Tests
I'm trying to get code coverage for integration tests for my .NET core application. I did not find anything for .NET core that hooks into the server IIS process and generates the report for me. I'm able to do the same for .NET Frameworks but not for .NET core. Is this possible with ReSharper ?
Please sign in to leave a comment.
I am in the same boat. Resharper can internally cover my xunit/.net core tests, but I haven't found a way to do it from the command line.