Jakub Chocholowicz

Results 4 issues of Jakub Chocholowicz

It would be great to run coverlet without any tests and collect code coverage for application. What I mean here is to for example having console application, instrument it and...

feature-request

Hi, I've run coverlet on such method ``` public void OtherMethod() { int i = 0; if ( i < 10 || i < 2 ) { Console.WriteLine("lallaa"); } }...

question
tenet-reporters
waiting for customer
stale

I was running performance comparison for roslyn tests projects. Results below. We were investigating why coverlet is much slower. You can clone https://github.com/dotnet/roslyn and retry this testing. Few things that...

tenet-performance
stale