Test code coverage not visible inside class view

Issue #406 duplicate
Matej Pinter created an issue

After running apex tests and retrieving code coverage data, it is only visible on coverage tab as percentage, but no info which line of code has been run or not when opening specific class. Before IDEA has marked lines that were covered with green and those which were not with red color. For now I can use developer console to check coverage line by line if needed so marking this as minor bug, but please find some time in future to fix it :)

Best regards.

Comments (4)

  1. Scott Wells repo owner

    Matej, take a look at #393. As far as I can tell, all but one person who has seen this has also seen it resolved by switching from the bundled OpenJDK JRE to an Oracle JRE. However, now at least one person is also seeing it in the Oracle JRE, so I'm likely going to look at other solutions to the problem.

  2. Matej Pinter reporter

    Oh yeah sorry, I thought other issue is for windows systems. Yeah I'm running IDEA on my macs and on neither code coverage per line is showing.

  3. Log in to comment