Why my comment the last column of Impacted Files table have no icon/emoji (up or down arrow)?

Description

my comment the last column of Impacted Files table have no icon/emoji (up or down arrow).

Repository

CI/CD

github actions

Commit SHAs

171c82fd16c009ddf719e37fbc78d0f277f480df

Codecov YAML

codecov:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: “10…100”

status:
project:
default: false
aggregator:
threshold: 0%
flags:
- aggregator
if_not_found: success
if_ci_failed: error
infoblox:
threshold: 0%
flags:
- infoblox
if_not_found: success
if_ci_failed: error
api:
threshold: 0%
flags:
- api
if_not_found: success
if_ci_failed: error
labsdb:
threshold: 0%
flags:
- labsdb
if_not_found: success
if_ci_failed: error
management:
threshold: 0%
flags:
- management
if_not_found: success
if_ci_failed: error
nlyte:
threshold: 0%
flags:
- nlyte
if_not_found: success
if_ci_failed: error
poweriq:
threshold: 0%
flags:
- poweriq
if_not_found: success
if_ci_failed: error
vc:
threshold: 0%
flags:
- vc
if_not_found: success
if_ci_failed: error
vro:
threshold: 0%
flags:
- vro
if_not_found: success
if_ci_failed: error
patch: off
changes: no

flags:
aggregator:
paths:
- aggregator/
carryforward: true
infoblox:
paths:
- infoblox-worker/
carryforward: true
api:
paths:
- flowgate-api/
carryforward: true
labsdb:
paths:
- labsdb-worker/
carryforward: true
management:
paths:
- management/
carryforward: true
nlyte:
paths:
- nlyte-worker/
carryforward: true
poweriq:
paths:
- poweriq-worker/
carryforward: true
vc:
paths:
- vc-worker/
carryforward: true
vro:
paths:
- vro-worker/
carryforward: true

parsers:

gcov:

branch_detection:
  conditional: yes
  loop: yes
  method: no
  macro: no

comment:
layout: “reach, diff, flags, files”
behavior: default
require_changes: no

Hi @VMware-HaoyuLi, it looks like there is an issue with the commit tree which could be related to using checkout@v2. Would you try checkout@v1 as we are seeing this issue with v2.

Thanks for your reply, I try v1, but it doesn’t work.

@tom

Hi @VMware-HaoyuLi, I noticed that the original pull request doesn’t have a base commit. This is likely why you are not seeing icons.

Thanks @tom
I try to make a base commit, but it also have some problem, can you help me to review what’s wrong?thank a lot.

the link:

Hi @VMware-HaoyuLi, you will need to upload coverage for this commit a2831c3c8a512485a1238a5df3be4600d8613fa1 which is the true base commit. You can read more about why you are seeing a pseudo commit here