Before submitting a topic, please confirm the following
I have searched for similar issues before creating this topic.
Found: Codecov GitHub Action fails: 'Could not find a repository, try using upload token' - #5 by ezzatron But does not have a clear resolution.
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
In the app.codecov.io website, I see several of my repositories but not the last two I made in the last 24h.
CI/CD URL
I have two:
- Actions · MrDesjardins/all-in-throttle-out-queue · GitHub
- Actions · MrDesjardins/steganographyts · GitHub
Codecov Output
Run codecov/codecov-action@v2
==> 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/v2/dist/codecov -n -Q github-action-2.1.0
[2022-12-21T01:10:08.793Z] ['info']
_____ _
/ ____| | |
| | ___ __| | ___ ___ _____ __
| | / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| | __/ (_| (_) \ V /
\_____\___/ \__,_|\___|\___\___/ \_/
Codecov report uploader 0.3.2
[2022-12-21T01:10:08.800Z] ['info'] => Project root located at: /home/runner/work/all-in-throttle-out-queue/all-in-throttle-out-queue
[2022-12-21T01:10:08.804Z] ['info'] -> No token specified or token is empty
[2022-12-21T01:10:08.811Z] ['info'] Searching for coverage files...
[2022-12-21T01:10:08.892Z] ['info'] Warning: Some files located via search were excluded from upload.
[2022-12-21T01:10:08.893Z] ['info'] If Codecov did not locate your files, please review https://docs.codecov.com/docs/supported-report-formats
[2022-12-21T01:10:08.893Z] ['info'] => Found 3 possible coverage files:
coverage/clover.xml
coverage/coverage-final.json
coverage/lcov.info
[2022-12-21T01:10:08.894Z] ['info'] Processing /home/runner/work/all-in-throttle-out-queue/all-in-throttle-out-queue/coverage/clover.xml...
[2022-12-21T01:10:08.896Z] ['info'] Processing /home/runner/work/all-in-throttle-out-queue/all-in-throttle-out-queue/coverage/coverage-final.json...
[2022-12-21T01:10:08.896Z] ['info'] Processing /home/runner/work/all-in-throttle-out-queue/all-in-throttle-out-queue/coverage/lcov.info...
[2022-12-21T01:10:08.899Z] ['info'] Detected GitHub Actions as the CI provider.
[2022-12-21T01:10:08.900Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=github-action-2.1.0-uploader-0.3.2&token=*******&branch=master&build=3745490202&build_url=https%3A%2F%2Fgithub.com%2FMrDesjardins%2Fall-in-throttle-out-queue%2Factions%2Fruns%2F3745490202&commit=10e81ceb6287a3c6aafdc74cb4be244c5ba9607c&job=Build%2C+Test+and+Coverage&pr=&service=github-actions&slug=MrDesjardins%2Fall-in-throttle-out-queue&name=&tag=&flags=&parent=
[2022-12-21T01:10:09.326Z] ['error'] There was an error running the uploader: Error uploading to https://codecov.io: Error: There was an error fetching the storage URL during POST: 404 - {'detail': ErrorDetail(string='Could not find a repository, try using repo upload token', code='not_found')}
Expected Results
I expect that when going to Codecov to see all my repositories and to setup the ones from the two I am data using Codecov.
Actual Results
There are not present on the list.
Additional Information
- The actions are completing in Github
- The codecov website under “Not yet setup” has many repositories but not the two that are more recent
- The “re-sync” button perform GraphQL requests but the responses do not have the repository
- The two repositories are public