You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
CircleCI cannot upload the coverage through the orb.
Environment (please complete the following information):
CircleCI
Rails specs (rspec) generated coverage report in the cobertura format
To Reproduce
Steps to reproduce the behavior:
Set up rspec tests with simplecov-cobertura
try uploading them to codecov using the codecov orb
Expected behavior
Upload is successful
Screenshots
Here are the relevant logs from the CircleCI run:
==> Running upload-coverage
./codecov upload-coverage -t <redacted> --dir backend --flag backend --report-type coverage
info - 2025-02-10 08:14:58,040 -- ci service found: circleci
warning - 2025-02-10 08:14:58,044 -- No config file could be found. Ignoring config.
warning - 2025-02-10 08:14:58,066 -- xcrun is not installed or can't be found.
warning - 2025-02-10 08:14:58,273 -- No gcov data found.
warning - 2025-02-10 08:14:58,274 -- coverage.py is not installed or can't be found.
info - 2025-02-10 08:14:58,508 -- Found 1 coverage files to report
info - 2025-02-10 08:14:58,508 -- > backend/coverage/coverage.xml
info - 2025-02-10 08:14:58,705 -- Process Upload complete
error - 2025-02-10 08:14:58,706 -- Upload failed: [{"ctx":{"expected":"'github', 'gitlab', 'bitbucket', 'github_enterprise', 'gitlab_enterprise', 'bitbucket_server' or 'github-actions'"},"input":"None","loc":["service"],"msg":"Input should be 'github', 'gitlab', 'bitbucket', 'github_enterprise', 'gitlab_enterprise', 'bitbucket_server' or 'github-actions'","type":"enum"}]
Additional context
Relevant circleci job setup:
# Beginning of file:
version: 2.1
orbs:
- ...
- codecov: codecov/codecov@5
# In the job steps:
- codecov/upload:
dir: backend
flags: backend
The text was updated successfully, but these errors were encountered:
Describe the bug
CircleCI cannot upload the coverage through the orb.
Environment (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Upload is successful
Screenshots
Here are the relevant logs from the CircleCI run:
Additional context
Relevant circleci job setup:
The text was updated successfully, but these errors were encountered: