Clear code coverage information in IntelliJ
Solution 1:
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:
Solution 2:
You can just Right Click on your Project,
Goto Analyze -> Hide Coverage data
Solution 3:
- double shift;
- input hide;
- choose Hide Coverage data;
- Over.
Solution 4:
After the newer update, it seems the "Hide Coverage" option is removed from the "Analyze" section. You can find the "Hide Coverage" option in the "Run" menu
Solution 5:
Go to View > Tool Windows > Coverage
Click on the small icon button Delete Coverage Database