Description
I setup codecov with bitbucket and circleCI. Circle CI is uploading the report to codecov properly.
The problem is that we have custom codecov.yml that is not appearing in settings and I also cannot see any Pulls in codcov.
CI/CD URL
Codecov Output
Please provide the full output of running the uploader on your CI/CD. This will typically have the Codecov logo as ASCII.
[2022-01-12T15:35:18.071Z] ['info']
_____ _
/ ____| | |
| | ___ __| | ___ ___ _____ __
| | / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| | __/ (_| (_) \ V /
\_____\___/ \__,_|\___|\___\___/ \_/
Codecov report uploader 0.1.14
[2022-01-12T15:35:18.084Z] ['info'] => Project root located at: /tmp/workspace
[2022-01-12T15:35:18.085Z] ['info'] -> Token found by arguments
[2022-01-12T15:35:18.094Z] ['info'] Searching for coverage files...
[2022-01-12T15:35:18.112Z] ['info'] => Found 1 possible coverage files:
functions/coverage/lcov.info
[2022-01-12T15:35:18.112Z] ['info'] Processing /tmp/workspace/functions/coverage/lcov.info...
[2022-01-12T15:35:18.114Z] ['info'] Detected CircleCI as the CI provider.
[2022-01-12T15:35:18.115Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=codecov-circleci-orb-3.2.2-uploader-0.1.14&token=*******&branch=YUFT-33_codecov_2&build=537&build_url=https%3A%2F%2Fcircleci.com%2Fbb%2Felliptic%2Fforensics-backend%2F537&commit=63e4044840602f55605ccc1163f519bb5c9fc1ea&job=0&pr=&service=circleci&slug=elliptic%2Fforensics-backend&name=537&tag=&flags=&parent=
[2022-01-12T15:35:18.219Z] ['info'] Uploading...
[2022-01-12T15:35:18.397Z] ['info'] {"status":"success","resultURL":"https://codecov.io/bitbucket/elliptic/forensics-backend/commit/63e4044840602f55605ccc1163f519bb5c9fc1ea"}
Expected Results
Be able to see config in settings as well as pull requests in Pulls.
Actual Results
Custom codecov.yml is not appearing in settings and I also cannot see any Pulls in codcov.
Additional Information
Issue is connected with two repositories:
https://bitbucket.org/elliptic/forensics-backend/src/master/
https://bitbucket.org/elliptic/elliptic-frontend/src/master/
It seems like it is similar to: