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.
I understand that the community boards are a free, best-effort tool. While we hope to have someone on the Codecov team resolve your problem quickly, this is not always possible.
Description
Codecov badge is not showing on my repo and others. I have not found recent reports of this so I am posting to see if others are facing the same issue.
CI/CD URL
Please provide a link to the CI/CD run.
Codecov Output
Please provide the full output of running the uploader on your CI/CD. This will typically have the Codecov logo as ASCII.
_____ _
/ ____| | |
| | ___ __| | ___ ___ _____ __
| | / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| | __/ (_| (_) \ V /
\_____\___/ \__,_|\___|\___\___/ \_/
Codecov report uploader 0.3.5
[2023-03-01T00:17:52.476Z] ['info'] => Project root located at: /home/runner/work/slideshow-react/slideshow-react
[2023-03-01T00:17:52.478Z] ['info'] -> No token specified or token is empty
[2023-03-01T00:17:52.486Z] ['info'] Searching for coverage files...
[2023-03-01T00:17:52.557Z] ['info'] Warning: Some files located via search were excluded from upload.
[2023-03-01T00:17:52.558Z] ['info'] If Codecov did not locate your files, please review https://docs.codecov.com/docs/supported-report-formats
[2023-03-01T00:17:52.558Z] ['info'] => Found 1 possible coverage files:
coverage/storybook/coverage-storybook.json
[2023-03-01T00:17:52.559Z] ['info'] Processing /home/runner/work/slideshow-react/slideshow-react/coverage/storybook/coverage-storybook.json...
[2023-03-01T00:17:52.564Z] ['info'] Detected GitHub Actions as the CI provider.
[2023-03-01T00:17:52.566Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=github-action-3.1.1-uploader-0.3.5&token=*******&branch=main&build=4298625511&build_url=https%3A%2F%2Fgithub.com%2Fkaceycleveland%2Fslideshow-react%2Factions%2Fruns%2F4298625511&commit=7761018ff5dbf58f200ee1729c44e3da1fdc5639&job=Chromatic&pr=&service=github-actions&slug=kaceycleveland%2Fslideshow-react&name=&tag=&flags=&parent=
[2023-03-01T00:17:53.146Z] ['info'] https://app.codecov.io/github/kaceycleveland/slideshow-react/commit/7761018ff5dbf58f200ee1729c44e3da1fdc5639
https://storage.googleapis.com/codecov/v4/raw/2023-03-01/3DA1FE30BE42FC193970E55755B4F1F8/7761018ff5dbf58f200ee1729c44e3da1fdc5639/17f28a40-a5f8-4254-ad9a-af649007556d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230301T001753Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5339e6688f7c4e7b237103b2652fbbf62f931a3da361fc2e53cc5a640c21e9f1
[2023-03-01T00:17:53.147Z] ['info'] Uploading...
[2023-03-01T00:17:53.389Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/kaceycleveland/slideshow-react/commit/7761018ff5dbf58f200ee1729c44e3da1fdc5639"}
Expected Results
Please provide what you expect to have happened (e.g. a file that has missing coverage on a particular line).
The badge should show with the given code coverage.
Actual Results
Please provide what actually happened.
The badge shows up as unknown
.
Additional Information
Example repos:
(my repo) GitHub - kaceycleveland/slideshow-react
another one: GitHub - codecov/typescript-standard: Codecov coverage standard for TypeScript