Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]Codeclimate not working with PRs #1113

Open
prasadtalasila opened this issue Dec 16, 2024 · 1 comment
Open

[BUG]Codeclimate not working with PRs #1113

prasadtalasila opened this issue Dec 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@prasadtalasila
Copy link
Contributor

Describe the bug

The codeclimate integration.

To Reproduce

Steps to reproduce the behavior:

  1. Have an account on codeclimate.com with github as SSO provider.
  2. Log into codeclimate and follow instructions to integrate codeclimate with your fork of DTaaS.
    You should see something like this for your fork.
    codeclimate
    You may have to click on the refresh button to start the first analysis.
  3. Open a PR to upstream DTaaS
  4. codeclimate quality checks do not appear on the PR page.

Expected behavior

codeclimate shows quality issues on the PR page. For example, like this.
image

Temporary Solution

  1. Setup a codeclimate integration for your fork.
  2. This codeclimate is still checking the code quality issues on the default branch (feature/distributed-demo) of a github repository.
  3. The existing code quality issues of your default branch are shown on the issues page.
    image
  4. Always open PRs from feature/distributed-demo branch of your fork.
  5. All the pushes to your default branch are checked and any issues are shown on the issues page of codeclimate.
  6. Check for any new issues created by your new commits.

This is a major problem and needs to be tackled at the earliest.

@prasadtalasila prasadtalasila added the bug Something isn't working label Dec 16, 2024
@prasadtalasila prasadtalasila added this to the Release v0.7.0 milestone Dec 16, 2024
@prasadtalasila
Copy link
Contributor Author

prasadtalasila commented Dec 17, 2024

The codeclimate CLI has become qlty. Is the codeclimate becoming qlty?
Other alternatives - super-linter, pmd, review dog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Ready
Development

No branches or pull requests

1 participant