feedback icon indicating copy to clipboard operation
feedback copied to clipboard

Codecov not posting pull request comments or checks

Open andreiz opened this issue 1 year ago • 1 comments

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/[email protected]
      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 avatar May 15 '24 21:05 andreiz

Bump

andreiz avatar May 21 '24 18:05 andreiz