Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Skip Code Quality Pipeline

Avatar

Level 4

Hi All,

 

We are working on Migration and client is asking if we can skip the Junit Coverage criteria and Sonar which is part of Code Quality Pipeline and deploy it to production.

Can that be done for a Production Pipeline.

 

Thanks

Aman Bhateja

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Sb2512 ,

 

It is possible to override the results but not skip it completely.

Refer - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/bypass-junit-coverage-vali... 

 

Regards,

Anupam Patra

View solution in original post

4 Replies

Avatar

Level 10

No, you cannot skip JUnit coverage and Sonar (code quality) checks in the AEM Cloud Manager production pipeline. These steps are mandatory parts of the pipeline and are enforced by Adobe to ensure code quality and stability.

Even a single skipped Unit test causes the pipeline to fail, as demonstrated here:

Screenshot 2025-06-05 at 09.19.42.png

 

 

Avatar

Correct answer by
Community Advisor

Hi @Sb2512 ,

 

It is possible to override the results but not skip it completely.

Refer - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/bypass-junit-coverage-vali... 

 

Regards,

Anupam Patra

Avatar

Level 10

As @anupampat said, until the unit coverage threshold is satisfied, the pipeline will fail, and manual action will always be needed to override the result and allow the pipeline to continue its execution.

Avatar

Level 6

@Sb2512 When the code quality pipeline fails then build will pause and then there we will be having an option to override the failures then continue on deployment.