How can I check the code coverage of my C# Unit Tests in VS Code?
The Code Coverage tool that I've used (because of it's simplicity, it is usable in the terminal) is MiniCover. The MiniCover Tool is, however, as of Jan 24 2018, only doing line coverage, and is not integrated into the IDE.