diff --git a/docs/faq/code-analysis/can-i-bypass-codacy-status-check.md b/docs/faq/code-analysis/can-i-bypass-codacy-status-check.md index b93c0686f6..380df7bc2a 100644 --- a/docs/faq/code-analysis/can-i-bypass-codacy-status-check.md +++ b/docs/faq/code-analysis/can-i-bypass-codacy-status-check.md @@ -1,5 +1,8 @@ # Can I bypass Codacy status check? +!!! Note + **This will only apply to gates enforcing quality checks.** If coverage is blocking a pull request analysis, we recommend contacting your git provider admin or temporarily disabling the coverage gate on the repo and reanalyzing the pull request before enabling them again. + To protect your code from unwelcome changes, you can [configure your Git workflow to block merging pull requests](../../getting-started/integrating-codacy-with-your-git-workflow.md#blocking-pull-requests) if they don't pass the Codacy status check. However, on **very specific and exceptional situations** where your pull request merging is blocked due to an unexpected issue not related to the quality of your code, Codacy allows **repository admins** to bypass the Codacy status check for that pull request.