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