I have a github organization and codecov reports coverage on multiple repositories in the organization, all of which are listed under the codecov team repository list. Some have the codecov comment in the PR but one doesn’t have the PR comment. Neither have individual YAML files, both use the default team YAML file. I want the PR comment in the repository.
We see the same problem with two of our repos. It seems like the repo that uses Travis CI works and the repo that uses Github Action for CodeCov doesn’t post comments. The latter also fails to upload coverage reports.
Here is the repo that works fine with comments and uploads:
And here is the one that where CodeCov fails to comment and upload: