unit testing - Getting code coverage in .net core, xUnit project -


i'm trying code coverage in .net core project using directions https://github.com/microsoft/vstest-docs/blob/master/docs/analyze.md#working-with-code-coverage

test working correctly tests without code coverage

however, when add code coverage option error:

starting test execution, please wait... unable read data transport connection: existing connection  forcibly closed remote host. object reference not set instance of object. 

tests code coverage

maybe have experienced , share knowledge how fix it?

when tried run powershell administrator problem disappeared, guess has access permissions.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -