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
feat: Clarify upload queueing logging and process completion logging (#110)
Closes#74
The language was confusing for users so I:
- modified the "Upload" process wording
- removed the word "Process" that came before the process description
for all of the processes as it seemed a bit redundant
For reference, the existing options we have for `process_desc` are
"Upload" -> "Upload queued for processing"
"Empty Upload"
"Commit creating"
"Base picking"
"Report creating"
"Report results creating"
"Getting report results"
"Upload Completion"
"Posting test results comment".
"Selected uploader to use: <class 'codecov_cli.services.upload.legacy_upload_sender.LegacyUploadSender'>",
400
400
),
401
401
("info", "dry-run option activated. NOT sending data to Codecov."),
402
-
("info", "Process Upload complete"),
402
+
("info", "Upload queued for processing complete"),
403
403
(
404
404
"debug",
405
-
'Upload result --- {"result": "RequestResult(error=None, warnings=None, status_code=200, text=\'Data NOT sent to Codecov because of dry-run option\')"}',
405
+
'Upload queued for processing result --- {"result": "RequestResult(error=None, warnings=None, status_code=200, text=\'Data NOT sent to Codecov because of dry-run option\')"}',
0 commit comments