DotCover: How to remove code coverage highlighting from your code -


i using jetbrains' dotcover writing units tests in .net application. dotcover highlights whole code base either green or red based on code coverage, want remove highlights after i'm done checking code coverage. there anyway other quitting visual studio, removing test results folder and.dotuser file, , restarting visual studio?

you can switch highlighting on , off pressing ctrl+alt+k, h. or can click "highlight code" on toolbar of "coverage results" window. enter image description here


Comments

Popular posts from this blog

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

ruby - Net::HTTP extremely slow responses for HTTPS requests -