Clear code coverage information in IntelliJ Clear code coverage information in IntelliJ java java

Clear code coverage information in IntelliJ


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


enter image description here

You can just Right Click on your Project,

Goto Analyze -> Hide Coverage data


  1. double shift;
  2. input hide;
  3. choose Hide Coverage data;
  4. Over.