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
subbu123.pbt@gmail.comsubbu123.pbt@gmail.com 

Code coverage problem ?

Code coverage is must be atleast 74 % .

 

75 % is for every class or entire organization ?

 

 

Saikishore Reddy AengareddySaikishore Reddy Aengareddy

Its good to have 75% atleast for every piece of code that you write but it considers 75% for entire organization.

 

subbu123.pbt@gmail.comsubbu123.pbt@gmail.com
organization code coverage 75 % but some of apex class and triggers have 0 % it true ?
Saikishore Reddy AengareddySaikishore Reddy Aengareddy

Classes doesn't need coverage but Triggers need atleast 1% coverage to move to production.