In the documentation here
it claims that the quality profile on the master branch is the same as the feature branches. I’ve purposely uploaded bugs to a side branch and it passes but the main branch catches the errors and fails.
Is this a known bug? any work arounds?
Update
long-lived branches see the correct quality profile/gate and fail but short-lived branches still pass
New Update with solution.
Short lived branches only look at the quality gate rules of new code. Not overall code. So I just had to add more rules focusing on the new code more specifically.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.