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
Despite the upload appearing to complete successfully from this MR, the MR does not appear in the list.
CI/CD URL
Codecov Output
$ ./codecov -R $CI_PROJECT_DIR
[2023-02-16T03:01:41.877Z] ['info']
_____ _
/ ____| | |
| | ___ __| | ___ ___ _____ __
| | / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| | __/ (_| (_) \ V /
\_____\___/ \__,_|\___|\___\___/ \_/
Codecov report uploader 0.3.4
[2023-02-16T03:01:41.879Z] ['info'] => Project root located at: /builds/rust-test-binary/test-binary
[2023-02-16T03:01:41.880Z] ['info'] -> Token found by environment variables
[2023-02-16T03:01:41.907Z] ['info'] Searching for coverage files...
[2023-02-16T03:01:42.040Z] ['info'] Warning: Some files located via search were excluded from upload.
[2023-02-16T03:01:42.040Z] ['info'] If Codecov did not locate your files, please review https://docs.codecov.com/docs/supported-report-formats
[2023-02-16T03:01:42.040Z] ['info'] => Found 1 possible coverage files:
cobertura.xml
[2023-02-16T03:01:42.041Z] ['info'] Processing /builds/rust-test-binary/test-binary/cobertura.xml...
[2023-02-16T03:01:42.072Z] ['info'] Detected GitLab CI as the CI provider.
[2023-02-16T03:01:42.077Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.3.4&token=*******&branch=show-compiler-errors-on-output&build=3779984361&build_url=&commit=c5b44e9d0990f015832f68c97f59ea9211d2e025&job=&pr=&service=gitlab&slug=rust-test-binary%2Ftest-binary&name=&tag=&flags=&parent=
[2023-02-16T03:01:42.335Z] ['info'] https://app.codecov.io/gitlab/rust-test-binary/test-binary/commit/c5b44e9d0990f015832f68c97f59ea9211d2e025
https://storage.googleapis.com/codecov/v4/raw/2023-02-16/C75E7D4D5CDCF8CF6F5EFE2210F07108/c5b44e9d0990f015832f68c97f59ea9211d2e025/7933ea9f-b805-421f-8b5c-25d1bcf25bcd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230216T030142Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c034f0e21f7b8fba15b147cea5b8950bdc6bc1c05c85b8f17e889d92bb2d96ce
[2023-02-16T03:01:42.336Z] ['info'] Uploading...
[2023-02-16T03:01:42.527Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/gitlab/rust-test-binary/test-binary/commit/c5b44e9d0990f015832f68c97f59ea9211d2e025"}
Expected Results
I expect to see the MR in Codecov’s list.
Actual Results
I do not see the MR in Codecov’s list.
Additional Information
I recently moved these from public projects under my personal account to public projects under a group. This was to qualify for Gitlab’s open source CI benefits. The issue I describe was the same before the move though.