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

Feature/request rename #52

Merged
merged 4 commits into from
Jul 18, 2018
Merged

Feature/request rename #52

merged 4 commits into from
Jul 18, 2018

Conversation

wmcginty
Copy link
Contributor

No description provided.

@codecov-io
Copy link

codecov-io commented Jul 18, 2018

Codecov Report

Merging #52 into release/2.0.0 will not change coverage.
The diff coverage is 98.3%.

Impacted file tree graph

@@              Coverage Diff               @@
##           release/2.0.0      #52   +/-   ##
==============================================
  Coverage          96.53%   96.53%           
==============================================
  Files                 32       32           
  Lines               1184     1184           
==============================================
  Hits                1143     1143           
  Misses                41       41
Impacted Files Coverage Δ
Tests/NetworkSessionTest.swift 100% <ø> (ø) ⬆️
...per/Test Defaults/NetworkRequestTestDefaults.swift 100% <ø> (ø) ⬆️
...perspace/Request/Decoding/DecodableContainer.swift 100% <ø> (ø) ⬆️
...Hyperspace/Service/Recovery/RecoveryStrategy.swift 100% <ø> (ø) ⬆️
Tests/Helper/Mocks/MockNetworkSession.swift 100% <ø> (ø) ⬆️
Tests/Helper/Mocks/MockBackendService.swift 42.85% <0%> (ø) ⬆️
Tests/RecoverableTests.swift 94.87% <100%> (ø) ⬆️
Tests/NetworkRequestTests.swift 100% <100%> (ø) ⬆️
...erspace/Service/Backend/BackendServiceHelper.swift 100% <100%> (ø) ⬆️
...es/Hyperspace/Service/Backend/BackendService.swift 96.87% <100%> (ø) ⬆️
... and 6 more

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 25abb52...f17aa01. Read the comment docs.

Copy link
Contributor

@tylermilner tylermilner left a comment

Choose a reason for hiding this comment

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

@wmcginty done reviewing. Just some minor changes and then this should be good.

CHANGELOG.md Outdated
[Will McGinty](https://github.com/wmcginty)
[#41](https://github.com/BottleRocketStudios/iOS-Hyperspace/pull/41)

* Separated the generation/encoding of the URL query from the `NetworkRequest` object into an extension `URL`.
* Separated the generation/encoding of the URL query from the `Request` object into an extension `URL`.
[Will McGinty](https://github.com/wmcginty)
[#40](https://github.com/BottleRocketStudios/iOS-Hyperspace/pull/40)

Copy link
Contributor

Choose a reason for hiding this comment

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

I think you're just missing a new entry in here for the actual renaming. 😉

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

README.md Outdated

```swift
let createPostRequest = AnyNetworkRequest<Post>(method: .post,
let createPostRequest = AnyRequest<Post>(method: .post,
url: URL(string: "http://jsonplaceholder.typicode.com/posts")!,
Copy link
Contributor

Choose a reason for hiding this comment

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

For readability, let's get these parameters lined up.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@wmcginty wmcginty merged commit d5bbf7d into release/2.0.0 Jul 18, 2018
@wmcginty wmcginty deleted the feature/requestRename branch July 18, 2018 20:04
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.

3 participants