Skip to main content
The character counts for my orgs do not match up.  I am talking about the 3,000,000 character limit.  If I promote everything from one org up to my production org shouldn't the counts match?  Also, no matter what I do my test coverage in prod says 66% even though it let's me do my promotes of apex.  How do I get all this to compute correctly?
1 answer
  1. Jun 11, 2014, 4:23 PM
    The character limit is custom code in your org not including managed packages.  The count may not match for several reasons including namespaces, installed packages, presence (or absence) of code classes, and the contents of the code classes.

     

    As for code coverage, the 75% needed applies to unmanaged code only.  You can use Developer Console or the AppExchange package Admin Test Runner (paid, but you can install it in your sandbox for free) to see the details of your test coverage.
0/9000