OpenCover / opencover

A code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points
https://blog.many-monkeys.com
Other
1.31k stars 248 forks source link

Getting intermediate (current) coverage percent during tests execution #1000

Open IgorBuchelnikov opened 3 years ago

IgorBuchelnikov commented 3 years ago

Is there a way? I need it for generating code of tests. I mean the opportunity to get a coverage percent within the test code (C#) during it is executed.

sawilde commented 3 years ago

I am not really following you need but if you mean getting coverage of just changed code/test - not as it stands - I feel it would need tighter coupling into the dev environment.

IgorBuchelnikov commented 3 years ago

see https://github.com/SteveGilham/altcover/issues/114

sawilde commented 3 years ago

Ah I see - no there is nothing like that available OpenCover as yet.