Skip to content

Commit 79e1780

Browse files
authored
Add note regarding bypassing affecting quality gates only (#2469)
Update can-i-bypass-codacy-status-check.md Add note regarding bypassing only working for quality gates
1 parent 96620bb commit 79e1780

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/faq/code-analysis/can-i-bypass-codacy-status-check.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Can I bypass Codacy status check?
22

3+
!!! Note
4+
**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.
5+
36
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.
47

58
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.

0 commit comments

Comments
 (0)