Before submitting a topic, please confirm the following
I have searched for similar issues before creating this topic.
I have verified that my repository is using the Codecov GitHub app, if using GitHub
I have validated my codecov.yaml configuration file. (I don’'t use one)
I have filled out the below sections to the best of my ability.
I understand that the community boards are a free, best-effort tool. While we hope to have someone on the Codecov team resolve your problem quickly, this is not always possible.
Description
I am not seeing Codecov post on my GitHub PRs upon a successful upload via GitHub actions, and on the Codecov website I am seeing " Team bot is missing". I thought I don’t need a team bot if using GH and the Codecov app is authorized.
This is a private repository belonging to an organization I am a member of, and this specific repository has been authorized in the github settings page.
CI/CD URL
It’s a private repo so that is not accessible.
Codecov Output
Please provide the full output of running the uploader on your CI/CD. This will typically have the Codecov logo as ASCII.
Expected Results
I expect the codecov-commenter bot to be able to post to the PR
Actual Results
It is not posting.
Additional Information
Organization name is mobilecoinofficial
Repository is misty-swap
It seems that I found the problem. After I changed the content in codecov.yml to the following, the robot comment appeared in the PR.
comment: # this is a top-level key
layout: " diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: false # [true :: must have a base report to post]
require_head: true # [true :: must have a head report to post]