codecov action fails to upload a report from CI with the error message
Upload failed: {"message":"Repository not found"}
This is on the https://github.com/ChiSym/genjax repository.
We recently moved this repo from a different org, but my token is up to date and other repositories in the org are correctly uploading.
_____ _
/ ____| | |
| | ___ __| | ___ ___ _____ __
| | / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| | __/ (_| (_) \ V /
\_____\___/ \__,_|\___|\___\___/ \_/
Wrapper-0.2.0
==> Detected linux
-> Downloading https://cli.codecov.io/latest/linux/codecov
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 27.5M 100 27.5M 0 0 125M 0 --:--:-- --:--:-- --:--:-- 125M
==> Finishing downloading linux:latest
Version: v10.2.1
gpg: directory '/home/runner/.gnupg' created
gpg: keybox '/home/runner/.gnupg/pubring.kbx' created
gpg: /home/runner/.gnupg/trustdb.gpg: trustdb created
gpg: key 806BB28AED779869: public key "Codecov Uploader (Codecov Uploader Verification Key) <security@codecov.io>" imported
==> Verifying GPG signature integrity
gpg: Total number processed: 1
gpg: imported: 1
-> Downloading https://cli.codecov.io/latest/linux/codecov.SHA256SUM
-> Downloading https://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig
gpg: Signature made Wed Mar 12 16:00:55 2025 UTC
gpg: using RSA key 27034E7FDB850E0BBC2C62FF806BB28AED779869
gpg: Good signature from "Codecov Uploader (Codecov Uploader Verification Key) <security@codecov.io>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 2703 4E7F DB85 0E0B BC2C 62FF 806B B28A ED77 9869
codecov: OK
==> CLI integrity verified
-> Token of length 36 detected
==> Running upload-coverage
./codecov upload-coverage -t <redacted> --git-service github --sha 79429cdcaab76d7a104799478c36c4a671cc3dd5 --slug ChiSym/genjax --disable-search --file ./coverage.json --gcov-executable gcov
info - 2025-03-14 11:49:42,137 -- ci service found: github-actions
warning - 2025-03-14 11:49:42,163 -- xcrun is not installed or can't be found.
warning - 2025-03-14 11:49:42,398 -- No gcov data found.
warning - 2025-03-14 11:49:42,399 -- coverage.py is not installed or can't be found.
info - 2025-03-14 11:49:42,636 -- Found 1 coverage files to report
info - 2025-03-14 11:49:42,636 -- > /home/runner/work/genjax/genjax/coverage.json
info - 2025-03-14 11:49:42,953 -- Process Upload complete
error - 2025-03-14 11:49:42,953 -- Upload failed: {"message":"Repository not found"}
codecov action fails to upload a report from CI with the error message
This is on the https://github.com/ChiSym/genjax repository.
We recently moved this repo from a different org, but my token is up to date and other repositories in the org are correctly uploading.