asked 5.6k views
3 votes
Where can you specify the minimum Apex code coverage?

asked
User Lorella
by
7.6k points

1 Answer

2 votes

What is the minimum code coverage for Apex?

Code Coverage

You must have at least 75% of your Apex covered by unit tests to deploy your code to production environments. All triggers must have at least one line of test coverage. We recommend that you have 100% of your code covered by unit tests, where possible.

answered
User Cephalopod
by
7.9k points