Skip to content

Commit 8783e42

Browse files
feature: adds coverage checks to merge queues documentation CF-2414 (#2643)
1 parent 343e222 commit 8783e42

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/repositories-configure/integrations/github-integration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ Adds comments on the lines of the pull request where Codacy finds new issues wit
9797

9898
To support GitHub **merge queues**, our GitHub App requires **Merge Groups** permissions so it can listen for and respond to the `checks_requested` action for merge group events.
9999

100-
When a merge group event is triggered for a pull request in the merge queue, Codacy automatically sends a green status check for **Codacy Static Code Analysis** to the relevant commit. By the time a pull request enters the merge queue, it has already gone through Codacy's analysis — either receiving a green status or being manually bypassed. Since the pull request was already unblocked before joining the queue, always responding with green is a safe and practical approach that keeps things moving without unnecessary friction.
100+
When a merge group event is triggered for a pull request in the merge queue, Codacy automatically sends a green status check for **Codacy Static Code Analysis** — and also for **Codacy Coverage Variation** and **Codacy Diff Coverage** if the respective [Gates](../../repositories-configure/adjusting-quality-gates.md) are being enforced.
101+
102+
When a pull request enters the merge queue, it has already gone through Codacy's analysis — either receiving a green status or being manually bypassed. Since it was already unblocked before joining the queue, always returning green is a safe approach that avoids unnecessary friction.
101103

102104
## See also
103105

0 commit comments

Comments
 (0)