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
Navneet kNavneet k 

Experiencing code coverage issues in production

Experiencing code coverage issues in production, everything seems good two weeks earlier!
Test class ran successfully, all methods passed but still showing 0% coverage in classes???
Any idea or work around to resolve issue except dividing test class in small pieces?
sandeep sankhlasandeep sankhla
Hi Navneet,

Can you share the test failure errors which you are getting any error while  running..
Navneet kNavneet k
Hi Sandeep,

No error is showing but seems coverage is not update!
sandeep sankhlasandeep sankhla
Hi Navneet,

Can you try to run the indivdual test classes and check if it is showing coverage ?
 
Navneet kNavneet k
Yup! All test methods passed but no coverage is showing in class... really stumped!
sandeep sankhlasandeep sankhla
Hi Navneet, Are you checking test coverage from eclipse or developerconsole ?? is it somthing like earlier it was covering all the code now it is not ?? o
Navneet kNavneet k
From developerconsole! Never faced these issues earlier...
sandeep sankhlasandeep sankhla
Hi navneet,

Try to check with eclipse Ide or Mavensmate..I also faced this..somtimes developer console gives the false result..