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

bindService as an Effect #509

Merged
merged 3 commits into from
Jan 8, 2019
Merged

bindService as an Effect #509

merged 3 commits into from
Jan 8, 2019

Conversation

fedefernandez
Copy link
Contributor

This PR makes the bindService an effect. It also simplifies the server channel utility in testing, making it a resource. The client builder was migrated to a Resource so there is no need to close it.

Let me know.

@codecov
Copy link

codecov bot commented Jan 4, 2019

Codecov Report

Merging #509 into master will increase coverage by 0.1%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #509     +/-   ##
=========================================
+ Coverage   81.31%   81.42%   +0.1%     
=========================================
  Files          64       64             
  Lines         990      985      -5     
  Branches       21       19      -2     
=========================================
- Hits          805      802      -3     
+ Misses        185      183      -2
Impacted Files Coverage Δ
.../scala/higherkindness/mu/rpc/testing/servers.scala 100% <100%> (+7.69%) ⬆️
...u/rpc/internal/service/GRPCServiceDefBuilder.scala 100% <100%> (ø) ⬆️

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 2505aef...50dc817. Read the comment docs.

Copy link
Member

@juanpedromoreno juanpedromoreno left a comment

Choose a reason for hiding this comment

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

Love this 😍

@fedefernandez fedefernandez merged commit 56f9190 into master Jan 8, 2019
@fedefernandez fedefernandez deleted the ff/bind-service-effect branch January 8, 2019 09:57
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.

2 participants