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

Codecov not posting pull request comments or checks #379

Open
andreiz opened this issue May 15, 2024 · 1 comment
Open

Codecov not posting pull request comments or checks #379

andreiz opened this issue May 15, 2024 · 1 comment
Labels
Support For general support questions, e.g. onboarding or configuration Waiting for: Support

Comments

@andreiz
Copy link

andreiz commented May 15, 2024

Describe the bug
I have configured self-hosted codecov and Github app according to Self-Hosted Install Guide. The app has appropriate permissions and the PEM file is accessible inside the docker containers. I am following the Github tutorial from Codecov docs.

The Github workflow file uses codecov-action:

    - name: Upload coverage reports to Codecov with GitHub Action
      uses: codecov/codecov-action@v4.2.0
      with:
        url: https://codecov.bbbb.ccc
        fail_ci_if_error: true
        token: ${{ secrets.CODECOV_TOKEN }}
        verbose: true

To Reproduce
Create a branch, make changes, and push, then create PR.

Expected behavior
Codecov posts comments on status checks as per the tutorial:

image

However, in my case the first two checks pass, but there are no comments from Codecov with the coverage etc

image

Additional context
Not sure if related, but the Codecov UI commits tab for the repo says "commit message unavailable" and "no patch uploaded":

image

The log from the codecov-action upload step:

0_Test python API.txt

@andreiz
Copy link
Author

andreiz commented May 21, 2024

Bump

@rohan-at-sentry rohan-at-sentry added Waiting for: Support Support For general support questions, e.g. onboarding or configuration and removed Waiting for: Product Owner labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support For general support questions, e.g. onboarding or configuration Waiting for: Support
Projects
Status: Waiting for: Support
Development

No branches or pull requests

2 participants