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 e980e8d163..26b1611ff3 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,7 +1,7 @@ # 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. + **This will apply to gates enforcing quality and coverage checks.** 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.