Unit Test Coverage Information (Like in DotCover)

Answered

Like in DotCover: show the files in the solution and their percentage covered. While not perfect, this is a helpful tool for finding test coverage weak points. 

Looks something like:  

MyFile.cs             [    80%  |   ]

MyFileTwo.cs      [    90%    | ]

...

0
6 comments

Sure, at some point dotCover will come to Rider, but first it requires a ton of work on cross-platform profiler.

0
Avatar
Permanently deleted user

@Ivan Can you give any kind of indication? (or maybe just start with support in the Windows version?)

0
Avatar
Permanently deleted user

Any idea when it might come to rider?

0

Got an update that dotCover team, They have started working on integration with Windows-ONLY support.
So there is a chance to see this in 2017, but more realistic would be beginning of 2018.

Issue in YT: https://youtrack.jetbrains.com/issue/RIDER-3824

0
Avatar
Permanently deleted user

Looks like we cannot see that issue, but I cannot wait for it to be completed!

0
Avatar
Permanently deleted user

+1 code coverage is very important when refactoring code. I really miss it.

0

Please sign in to leave a comment.