Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Why isn't my public repository being analyzed?

Codacy only analyzes open source repositories if the admin of the repository is a committer to that repository.
Codacy only analyzes open source repositories if the following conditions are met:

- The admin of the repository is a committer to that repository.
- 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).

If **Status checks** is disabled, Codacy will not run analysis for open source repositories on GitHub.

Check failure on line 8 in docs/faq/troubleshooting/why-isnt-my-public-repository-being-analyzed.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Microsoft.Contractions] Use 'won't' instead of 'will not'. Raw Output: {"message": "[Microsoft.Contractions] Use 'won't' instead of 'will not'.", "location": {"path": "docs/faq/troubleshooting/why-isnt-my-public-repository-being-analyzed.md", "range": {"start": {"line": 8, "column": 42}}}, "severity": "ERROR"}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Depending on the options that you enable, Codacy will automatically update pull

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

!!! important
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.

{% include-markdown "../../assets/includes/status-checks-important.md" %}

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