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% | ]
...
Please sign in to leave a comment.
Sure, at some point dotCover will come to Rider, but first it requires a ton of work on cross-platform profiler.
@Ivan Can you give any kind of indication? (or maybe just start with support in the Windows version?)
Any idea when it might come to rider?
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
Looks like we cannot see that issue, but I cannot wait for it to be completed!
+1 code coverage is very important when refactoring code. I really miss it.