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
Alx MrAlx Mr 

Code coverage of apex code

Hello.
I have a question: the requirement to have a code coverage of 75% by unitTest, is this limit applicable to each Apex form control individualy, or a total for the deployed solution. I have 2 froms covered 90% and 62 respectively. So in total is 76%.
Thank you in advance.
Shazib MahmoodShazib Mahmood
Hello,

Its the cummulative test coverage of all apex target + source that should be 75%.

Thank you
Alx MrAlx Mr
Can you advise me how to deploy the test class itself, please?
Shazib MahmoodShazib Mahmood
You can use force migration tool or change sets or eclipse.