Skip to content

Commit 343e222

Browse files
claudiacodacyclaudecodacy-production[bot]
authored
docs: open source GitHub repos require Status checks enabled for analysis (#2642)
* update date + context to match email * docs: document that open source GitHub repos require Status checks enabled for analysis For open source repositories on GitHub, Codacy no longer runs analysis when the Status checks integration setting is disabled. Added a warning to the GitHub integration page and expanded the troubleshooting FAQ to include this as a reason analysis may not run. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * revert: exclude release notes changes from this PR Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Update docs/faq/troubleshooting/why-isnt-my-public-repository-being-analyzed.md Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
1 parent cbfc77b commit 343e222

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# Why isn't my public repository being analyzed?
22

3-
Codacy only analyzes open source repositories if the admin of the repository is a committer to that repository.
3+
Codacy only analyzes open source repositories if the following conditions are met:
4+
5+
- The admin of the repository is a committer to that repository.
6+
- For GitHub repositories, **Status checks** is enabled in the [GitHub integration settings](../../repositories-configure/integrations/github-integration.md#status-checks) for the repository, either directly or via the [organization defaults](../../organizations/integrations/default-git-provider-integration-settings.md).
7+
8+
If **Status checks** is disabled, Codacy will not run analysis for open source repositories on GitHub.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Depending on the options that you enable, Codacy will automatically update pull
2626

2727
Adds a report to your pull requests showing whether your pull requests and coverage are up to standards or not as configured on the [quality gate rules](../../repositories-configure/adjusting-quality-gates.md) for your repository. You can then optionally [block merging pull requests that aren't up to standards](../../getting-started/integrating-codacy-with-your-git-workflow.md#blocking-pull-requests).
2828

29+
!!! important
30+
For open source repositories on GitHub, Codacy will not run analysis if **Status checks** is disabled. Make sure this setting is enabled to keep analysis running.
31+
2932
{% include-markdown "../../assets/includes/status-checks-important.md" %}
3033

3134
![Pull request status check on GitHub](images/github-integration-pr-status.png)

0 commit comments

Comments
 (0)