gmodica / apex-code-coverage-visualizer

Salesforce Apex Test Coverage Visualizer
MIT License
6 stars 3 forks source link

Classes annotated with IsTest are showing up on the code coverage as "No Coverage" #2

Open akarthik-Ferguson opened 2 years ago

akarthik-Ferguson commented 2 years ago

image

These classes are the builder classes. So we annotated them with @isTest as we want the system to consider these classes as test classes. Question here is: Why is this tool pulling all these classes and showed it as "No Coverage"?