Problem
I have tests hitting certain area of my code for sure but Sealights dashboard marks them as ‘Untested’.
Solution
Verify that the tests are actually calling the methods in question by adding a system console log at the beginning of the method. Java example below:
System.out.println("Sealights: <method name> was called");