Github annotations not showing

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 have filled out the below sections to the best of my ability.

Description

We have noticed an issue with Github annotations not showing in checks or file changes, this issue was raised after adding flags for integration and unit test. We have tried troubleshooting the issue on our end, but with no luck.

Expected Results

Github annotations show what lines are not covered.

Actual Results

No annotation is showing.

Additional Information

codecov:
  require_ci_to_pass: true
comment:
  behavior: default
  layout: reach,diff,flags,tree
  show_carryforward_flags: true
coverage:
  precision: 2
  range:
  - 70.0
  - 100.0
  round: down
  status:
    changes: false
    default_rules:
      flag_coverage_not_uploaded_behavior: include
    patch:
      default:
        base: auto
        flags:
        - unit
        target: 80.0
      integration:
        flags:
        - integration
        informational: true
      unit:
        flags:
        - unit
        target: 80.0
    project:
      default:
        base: auto
        flags:
        - unit
        - integration
        target: 80.0
      integration:
        flags:
        - integration
        informational: true
      unit:
        flags:
        - unit
        target: 80.0
flags:
  integration:
    carryforward: true
  unit:
    carryforward: false
github_checks:
  annotations: true

@Abdulaziz4 can you provide a link to Codecov and a commit SHA?

@tom Sure, sent it to your PM

@Abdulaziz4 thanks for the PM, I’ll post here if possible to keep it in queue and public. When did you last see the annotations?

Once we started using flags we noticed mapping lines while comparing reports is off by one line, in addition to the annotations issue. We reverted flags chnages and still annotations not showing.

@Abdulaziz4 can you try removing flags from the default patch check? I think we are missing some documentation here, but want to be sure this is the reason

    patch:
      default:
        base: auto
        target: 80.0