Kathy-Lueckeman / EASY-Open-Source-Solution

BSD 3-Clause "New" or "Revised" License
34 stars 50 forks source link

Code Coverage #3

Closed PacoPDS closed 6 years ago

PacoPDS commented 6 years ago

On ant deploy to our Sandbox we are receiving the following errors on Code Coverage. Are there any workaround? Code Coverage Failures:

  1. Class: ApplicationRegistration -- Test coverage of selected Apex Class is 65.979%, at least 75% test coverage is required
  2. Class: INT_InteractionProcessor -- Test coverage of selected Apex Class is 74.539%, at least 75% test coverage is required
  3. Class: ApplicationAdminView -- Test coverage of selected Apex Class is 74.312%, at least 75% test coverage is required DEPLOYMENT FAILED
kyleschmid commented 6 years ago

@PacoPDS This has been fixed in our development environment. The next push (next week) will include a lot more coverage.

kyleschmid commented 6 years ago

Code coverage is now above 75% for all classes. The INT_InteractionProcessor class can't be fully covered in non-HEDA orgs because it first tests for HEDA before executing that part of the code.