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