• Kenneth Bowman 16
  • NEWBIE
  • 30 Points
  • Member since 2018

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hello,
I currently having and issue with trying to deploy a fix to a trigger class that we have. When I validate it, I receive the following error: 
      Your code coverage is 8%. You need at least 75% coverage to complete this deployment.
The issue is that, this isnt a regular apex class, it is a trigger. From what I understand, triggers need to have >0% code coverage, which I have 8% code coverage. Any ideas as to why this is being evaluated at the 75% code coverage and not at the >0% code coverage. 
Hello,
I currently having and issue with trying to deploy a fix to a trigger class that we have. When I validate it, I receive the following error: 
      Your code coverage is 8%. You need at least 75% coverage to complete this deployment.
The issue is that, this isnt a regular apex class, it is a trigger. From what I understand, triggers need to have >0% code coverage, which I have 8% code coverage. Any ideas as to why this is being evaluated at the 75% code coverage and not at the >0% code coverage.