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
Solved! Go to Solution.
Views
Replies
Total Likes
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:
Views
Replies
Total Likes
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.
@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.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Like
Replies