Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the value of ClientResponse.httpStatusCode #172

Merged
merged 1 commit into from
Mar 11, 2019

Conversation

pushkarnk
Copy link
Contributor

ClientResponse.statusCode and ClientResponse.httpStatusCode appear identical. Because the latter's setter is private, it needs to be updated to reflect the latest value of ClientResponse.statusCode.

`ClientResponse.statusCode` and `ClientResponse.httpStatusCode` appear identical. Because the latter's setter is private, it needs to reflect the latest value of `ClientResponse.statusCode`.
@codecov-io
Copy link

Codecov Report

Merging #172 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #172      +/-   ##
==========================================
+ Coverage   68.64%   68.69%   +0.04%     
==========================================
  Files          20       20              
  Lines        1298     1300       +2     
==========================================
+ Hits          891      893       +2     
  Misses        407      407
Flag Coverage Δ
#KituraNet 68.69% <100%> (+0.04%) ⬆️
Impacted Files Coverage Δ
Sources/KituraNet/ClientResponse.swift 76.66% <100%> (+1.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a54fffe...a3dd7a3. Read the comment docs.

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

Successfully merging this pull request may close these issues.

None yet

2 participants