How to check test class code coverage in salesforce
There are different ways through which we can test the code coverage of our classes: We can use the Salesforce CLI to retrieve the Apex Code coverage by simply running the following command: sfdx force:apex:test:run –codecoverage –resultformat human Using Developer Console Follow the steps below to retrieve the aggregate code coverage details: a. … Perform … Read more