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
{{ message }}
This repository was archived by the owner on Apr 20, 2023. It is now read-only.
Additionally I had to perform a string cast of "reports" in codecov/init.py:621 and codecov/init.py:665.
The report upload seems to work now. Nevertheless, the coverage is not displayed in the gitlab enterprise web app and the following error can be found in the logs:
[2016-02-03 16:06:20,080: INFO/Worker-1] {"build": null, "commit": "f73598f", "func": "upload", "processing": true, "reportid": "upload:242:f73598fe7a0dd72c0300c062d403a60e160f32d0:na:6827:1454511969.88", "service": "gitlab_enterprise", "slug": "libs/encoding", "trys": 0} {"service": "gitlab_enterprise", "traceback": ["Traceback (most recent call last):\n", " File \"/home/ubuntu/codecov.io/app/tasks/upload.py\", line 544, in upload\n", "Exception: Report not found in redis.\n"], "trys": 0, "build": null, "func": "upload", "action": "error", "commit": "f73598f", "slug": "libs/encoding", "reportid": "upload:242:f73598fe7a0dd72c0300c062d403a60e160f32d0:na:6827:1454511969.88"} [2016-02-03 16:06:20,082: ERROR/Worker-1] {"service": "gitlab_enterprise", "traceback": ["Traceback (most recent call last):\n", " File \"/home/ubuntu/codecov.io/app/tasks/upload.py\", line 544, in upload\n", "Exception: Report not found in redis.\n"], "trys": 0, "build": null, "func": "upload", "action": "error", "commit": "f73598f", "slug": "libs/encoding", "reportid": "upload:242:f73598fe7a0dd72c0300c062d403a60e160f32d0:na:6827:1454511969.88"}
I get an error while trying to use the uploader for a Go project:
https://github.com/bbalet/stopwords
Apparently, this is a known issue with Python, see:
Attached is the log generated by Travis-CI where you can find this error:
log.txt
The text was updated successfully, but these errors were encountered: