Codecov picks up incorrect base commit from feature branch instead from base branch for Github PRs

Hi, We recently started using codecov and trialling it for our team.
We create a feature branch from development branch and create PRs to merge into development branch.
We always do ‘squash and merge’ when merging into development branch.
We do multiple commits on our feature branch.
We dont build a feature individually in Jenkins. Instead, we create a PR and only build the PR code.
The codecov comment published after CI is successful quite often says
’ No coverage uploaded for pull request base ( development@fa420d1 ).’
But the fact is that fa420d1 is a commit which is on the feature branch.
Kindly help or review our configuration.

Hi @Tsingh315

It looks like we also have a ticket open with you, I’ll keep the responses there.