Clear code coverage information in IntelliJ

Solution 1:

just close the coverage window with "x" button:

closing window

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:

closing window in IDEA 2018.2.x

Solution 2:

enter image description here

You can just Right Click on your Project,

Goto Analyze -> Hide Coverage data

Solution 3:

  1. double shift;
  2. input hide;
  3. choose Hide Coverage data;
  4. 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

Clean coverage database