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

Commit

Permalink
Add Empty ConfigureRequest Method
Browse files Browse the repository at this point in the history
Added empty `ConfigureRequest` method to address comment in PR review.
  • Loading branch information
eliatcodecov authored and AdmiringWorm committed Jun 10, 2020
1 parent 54d0a4b commit 7e9deb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Codecov/Upload/CodecovUploader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ protected virtual void ConfigureContent(HttpContent content)
content.Headers.ContentType = new MediaTypeHeaderValue("application/x-gzip");
}


protected virtual void ConfigureRequest(HttpRequestMessage request) { }

protected virtual HttpResponseMessage CreateResponse(HttpRequestMessage request)
{
request.Content = new ByteArrayContent(GetReportBytes());
Expand Down

0 comments on commit 7e9deb3

Please sign in to comment.