function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ken KoellnerKen Koellner 

View Lines of Code Coverage on result of Fast Validation

Doing a fast validation with selective test execution.  I'm getting too low a % on one module.  I really need to see which lines are covered (the red/blue highlighting you get if you click after you run a test with dev console and click on a module.)  But since this is a validation and it is a new module, I obviously can't use Test feature in Dev Console as the code in the package is different than what's currently in the org.

Anyone know if there's a way to view lines covered after a validation?
Ken KoellnerKen Koellner
Is that app even CLOSE to what I am asking? I do NOT need the % by module. I need the red/blue highlighting for one module, i.e., which lines are covered and which lines are not. I need it for a validation of code not yet deployed, what I’m attempting to deploy, not what’s currently sitting in the org. I don’t believe anything that just reports on % for what’s already in the org will help. Please correct me if that app will actually address the question I asked. -K