Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Make the HttpWebRequest provide more details for Put failures #54

Merged
merged 1 commit into from
Apr 6, 2019

Conversation

glennawatson
Copy link
Contributor

I kept receiving error messages such as this when I upgraded to 1.3.0 and trying to diagnose issues:

2019-03-20 23:57:44 FTL Failed to upload the report.
at Codecov.Upload.Uploads.Uploader() in C:\source\codecov\codecov-exe\Source\Codecov\Upload\Uploads.cs:line 34
at Codecov.Program.UploadFacade.Uploader() in C:\source\codecov\codecov-exe\Source\Codecov\Program\UploadFacade.cs:line 119
at Codecov.Program.Run.Runner(IEnumerable`1 args) in C:\source\codecov\codecov-exe\Source\Codecov\Program\Run.cs:line 20

I wasn't finding it that helpful so added a verbose mode that gave the HTTP Status Code as well in the logging.

Copy link
Collaborator

@AdmiringWorm AdmiringWorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for your contribution

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants