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

Fix nearly all the compiler warnings in production code and tests #809

Merged
merged 2 commits into from
Feb 28, 2020

Conversation

cb372
Copy link
Member

@cb372 cb372 commented Feb 27, 2020

There are still two warnings left in this file. But in trying to fix those I uncovered a mysterious @http annotation, which is a rabbit hole I don't really want to go down right now.

What this does?

Changes, features, fixes ...

Checklist

  • Reviewed the diff to look for typos, println and format errors.
  • Updated the docs accordingly.

There are still two warnings left in
modules/http/src/test/scala/higherkindness/mu/rpc/http/GreeterServices.scala.
But in trying to fix those I uncovered a mysterious `@http` annotation,
which is a rabbit hole I don't really want to go down right now.
@codecov
Copy link

codecov bot commented Feb 27, 2020

Codecov Report

Merging #809 into master will decrease coverage by 0.2%.
The diff coverage is 58.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #809      +/-   ##
==========================================
- Coverage   71.96%   71.75%   -0.21%     
==========================================
  Files          68       69       +1     
  Lines        1045     1048       +3     
  Branches       12       13       +1     
==========================================
  Hits          752      752              
- Misses        293      296       +3
Impacted Files Coverage Δ
...erkindness/mu/rpc/healthcheck/unary/ordering.scala 100% <ø> (ø) ⬆️
...rpc/healthcheck/fs2/handler/HealthServiceFS2.scala 100% <ø> (ø)
.../src/main/scala/higherkindness/mu/rpc/config.scala 100% <ø> (ø) ⬆️
.../higherkindness/mu/rpc/channel/netty/package.scala 100% <ø> (ø) ⬆️
...healthcheck/monix/handler/HealthServiceMonix.scala 100% <ø> (ø)
...mu/rpc/channel/netty/NettyChannelInterpreter.scala 100% <100%> (ø)
...kindness/mu/rpc/kafka/kafkaManagementService.scala 55.29% <22.22%> (-2.03%) ⬇️

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 9330313...cf9f4dd. 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.

Thanks @cb372 !

Copy link
Member

@BenFradet BenFradet left a comment

Choose a reason for hiding this comment

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

👍

@cb372 cb372 merged commit 3022618 into master Feb 28, 2020
@cb372 cb372 deleted the fix-warnings branch February 28, 2020 09:05
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

3 participants