[SalesForce] Test Class Showing 100% Coverage but APEX Class Is Showing Coverage: None

I wrote my first test class and I am not sure if I am reading the coverage correctly. On the bottom right side, the Overall Code Coverage is at 100%. When I go to my controller, the code coverage drop down states 'none'. Why is this happening?

Code Coverage None

Code Coverage 100%

In addition, when I click the drop down button, there are no options.

enter image description here

Best Answer

I found out what the issue was. My Sandbox APEX Test Execution Options had 'Store Only Aggregated Code Coverage' activated. This was not allowing my drop down to view all of the tests. Deactivated and it's fixed!

Related Topic