Repo showing/referencing coverage from a different org/repo

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

Repo showing/referencing coverage from a different org/repo. The only relation to the other repo is shared admins.

CI/CD URL

rs-wnfs/coverage.yaml at main · wnfs-wg/rs-wnfs · GitHub (and all secrets are separate).

Codecov Output

Run codecov/codecov-action@v3
==> linux OS detected
https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
==> SHASUM file signed by key id 806bb28aed779869
==> Uploader SHASUM verified (20f9c9d78483fce977b6cc39e231a734a23bcd36f4d536bb7355222fb88d02bc  codecov)
==> Running version latest
==> Running version v0.3.2
/home/runner/work/_actions/codecov/codecov-action/v3/dist/codecov -n  -Q github-action-3.1.1 -Z -f lcov.info
[2022-10-20T14:47:08.493Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.3.2
[2022-10-20T14:47:08.500Z] ['info'] => Project root located at: /home/runner/work/rs-wnfs/rs-wnfs
[2022-10-20T14:47:08.503Z] ['info'] ->  Token found by environment variables
[2022-10-20T14:47:08.512Z] ['info'] Searching for coverage files...
[2022-10-20T14:47:08.670Z] ['info'] => Found 1 possible coverage files:
  lcov.info
[2022-10-20T14:47:08.670Z] ['info'] Processing /home/runner/work/rs-wnfs/rs-wnfs/lcov.info...
[2022-10-20T14:47:08.677Z] ['info'] Detected GitHub Actions as the CI provider.
[2022-10-20T14:47:08.678Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=github-action-3.1.1-uploader-0.3.2&token=*******&branch=main&build=3275941698&build_url=https%3A%2F%2Fgithub.com%2Fwnfs-wg%2Frs-wnfs%2Factions%2Fruns%2F3275941698&commit=bbc977e956e67bc9cb0e66c3be7c76e53c2c34aa&job=%E2%97%92+Code+Coverage&pr=&service=github-actions&slug=wnfs-wg%2Frs-wnfs&name=&tag=&flags=&parent=
[2022-10-20T14:47:09.087Z] ['info'] https://app.codecov.io/github/wnfs-wg/rs-wnfs/commit/bbc977e956e67bc9cb0e66c3be7c76e53c2c34aa
https://storage.googleapis.com/codecov/v4/raw/2022-10-20/6EE8BAD91A548B7FB67B51F20FB9DFB8/bbc977e956e67bc9cb0e66c3be7c76e53c2c34aa/5874c261-567b-4ebc-b90d-0e178996a28f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221020%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221020T144709Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d32bc95d09b0e9ee84a8c748ec6e6e0014b9c79256de5cc10554021ddcfc76d2
[2022-10-20T14:47:09.087Z] ['info'] Uploading...
[2022-10-20T14:47:09.327Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/wnfs-wg/rs-wnfs/commit/bbc977e956e67bc9cb0e66c3be7c76e53c2c34aa"}

Expected Results

Codecov shouldn’t reference the wrong org/repo.

Actual Results

It shows the coverage results for another org/repo: rs-ucan/coverage.yaml at main · ucan-wg/rs-ucan · GitHub.

@zeeshanlakhani is it possible that the CODECOV_TOKEN being input is from the wrong repo? Are you able to check that?

@tom that was my thought at first, but I re-updated everything to double-down on unique CODECOV_TOKEN’s and ran the CI job on main again but didn’t see a change. We’re about to merge another PR, so, hopefully, that will have it take effect.

re-run after the new merge seemed to have solved the anomaly; however, weird that it still reached that state.