Before submitting a topic, please confirm the following
[ x] 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
[ x] I have validated my codecov.yaml
configuration file.
[ x] I have filled out the below sections to the best of my ability.
Description
Status checks are missing from PR in github action workflow using codecov action to upload coverage report to codecov. The codecov commentor bot is able to post the comment about the coverage report. I can see the report is successfully uploaded to codecov.
The status check has never shown in the PR.
CodeCov Github App is not installed on this repo. It does not say in the documentation that its mandatory to be installed. In another persona repo i had not installed it and there everything works fine.
CI/CD URL
Codecov Output
==> 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 -C 34b819ef89d9578255d21e018b09bc9f9fcd18ca
[2023-02-13T08:33:59.277Z] ['info']
_____ _
/ ____| | |
| | ___ __| | ___ ___ _____ __
| | / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| | __/ (_| (_) \ V /
\_____\___/ \__,_|\___|\___\___/ \_/
Codecov report uploader 0.3.2
[2023-02-13T08:33:59.289Z] ['info'] => Project root located at: /home/runner/work/flex-plugin-library-conference/flex-plugin-library-conference
[2023-02-13T08:33:59.290Z] ['info'] -> Token found by environment variables
[2023-02-13T08:33:59.301Z] ['info'] Searching for coverage files...
[2023-02-13T08:33:59.398Z] ['info'] Warning: Some files located via search were excluded from upload.
[2023-02-13T08:33:59.399Z] ['info'] If Codecov did not locate your files, please review https://docs.codecov.com/docs/supported-report-formats
[2023-02-13T08:33:59.399Z] ['info'] => Found 4 possible coverage files:
coverage/clover.xml
coverage/cobertura-coverage.xml
coverage/coverage-final.json
coverage/lcov.info
[2023-02-13T08:33:59.400Z] ['info'] Processing /home/runner/work/flex-plugin-library-conference/flex-plugin-library-conference/coverage/clover.xml...
[2023-02-13T08:33:59.402Z] ['info'] Processing /home/runner/work/flex-plugin-library-conference/flex-plugin-library-conference/coverage/cobertura-coverage.xml...
[2023-02-13T08:33:59.403Z] ['info'] Processing /home/runner/work/flex-plugin-library-conference/flex-plugin-library-conference/coverage/coverage-final.json...
[2023-02-13T08:33:59.404Z] ['info'] Processing /home/runner/work/flex-plugin-library-conference/flex-plugin-library-conference/coverage/lcov.info...
[2023-02-13T08:33:59.412Z] ['info'] Using manual override from args.
[2023-02-13T08:33:59.412Z] ['info'] Detected GitHub Actions as the CI provider.
[2023-02-13T08:33:59.414Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=github-action-3.1.1-uploader-0.3.2&token=*******&branch=codeCovMainCheck&build=4161527334&build_url=https%3A%2F%2Fgithub.com%2Ftwilio%2Fflex-plugin-library-conference%2Factions%2Fruns%2F4161527334&commit=34b819ef89d9578255d21e018b09bc9f9fcd18ca&job=PR+validator&pr=19&service=github-actions&slug=twilio%2Fflex-plugin-library-conference&name=&tag=&flags=&parent=
[2023-02-13T08:33:59.863Z] ['info'] https://app.codecov.io/github/twilio/flex-plugin-library-conference/commit/34b819ef89d9578255d21e018b09bc9f9fcd18ca
https://storage.googleapis.com/codecov/v4/raw/2023-02-13/ED31AB323E08C9306616AC71721BD082/34b819ef89d9578255d21e018b09bc9f9fcd18ca/bcd7911b-7f45-40ce-9cd8-ae4d2fee4b30.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230213%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230213T083359Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7f9e918d8dd6d683d286ba3e2cfe12706eabf8bc1b81924ef2f113b326d03ed6
[2023-02-13T08:33:59.864Z] ['info'] Uploading...
[2023-02-13T08:34:00.085Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/twilio/flex-plugin-library-conference/commit/34b819ef89d9578255d21e018b09bc9f9fcd18ca"}
Expected Results
Expect status check codecov/project and codecov/path to show in github checks.
Actual Results
No status checks showing for codecov.