Clear code coverage information in Intellij
I have configured Intellij to paint the background of any line that has been executed at runtime to the green color, when running in Coverage mode.
At time I would like to just make all the files in the project revert back to their old and typical background colors, i.e, to remove all the coverage information.
Is that possible? How?
Thanks
just close the coverage window with "x" button:
update: for the recent IntelliJ IDEA 2018.2.x, you can hide coverage by clicking left-hand side coverage bar (the colored one, close to line numbers) and then Hide coverage
link:
You can just Right Click on your Project,
Goto Analyze -> Hide Coverage data
- double shift;
- input hide;
- choose Hide Coverage data;
- Over.
Go to View > Tool Windows > Coverage
Click on the small icon button Delete Coverage Database
To view/close code coverage results => Run the desired class with coverage, select suite to show, and open class in the editor. => On the main menu, choose Analyze | Show/remove Code Coverage Data.
참고URL : https://stackoverflow.com/questions/31712361/clear-code-coverage-information-in-intellij
'Nice programing' 카테고리의 다른 글
Underline text in UIlabel (0) | 2020.09.25 |
---|---|
Equivalent of Clean & build in Android Studio? (0) | 2020.09.25 |
How to Edit Empty Spaces of Left, Right UIBarButtonItem in UINavigationBar [iOS 7] (0) | 2020.09.25 |
넘치지 않고 다음 줄에 텍스트를 표시하려면 어떻게해야합니까? (0) | 2020.09.25 |
Android 소프트 키보드가 에뮬레이터에 표시되지 않음 (0) | 2020.09.25 |