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/compression and decompression support #84

Conversation

nicmunroe
Copy link
Member

No description provided.

@codecov-io
Copy link

codecov-io commented Jan 30, 2018

Codecov Report

Merging #84 into master will decrease coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #84      +/-   ##
============================================
- Coverage     91.31%   91.25%   -0.06%     
- Complexity     2064     2082      +18     
============================================
  Files           146      148       +2     
  Lines          5999     6029      +30     
  Branches        788      790       +2     
============================================
+ Hits           5478     5502      +24     
- Misses          345      355      +10     
+ Partials        176      172       -4
Impacted Files Coverage Δ Complexity Δ
...e/server/http/filter/RequestAndResponseFilter.java 100% <ø> (ø) 4 <0> (ø) ⬇️
...e/server/handler/SmartHttpContentDecompressor.java 100% <100%> (ø) 6 <6> (?)
...poste/server/handler/RequestInfoSetterHandler.java 96.87% <100%> (-0.43%) 15 <1> (-3)
.../src/main/java/com/nike/riposte/server/Server.java 69.47% <100%> (ø) 8 <0> (ø) ⬇️
.../nike/riposte/server/http/ProxyRouterEndpoint.java 83.87% <100%> (+0.53%) 9 <1> (+1) ⬆️
...ste/server/handler/RiposteHandlerInternalUtil.java 100% <100%> (ø) 7 <7> (?)
...om/nike/riposte/server/handler/RoutingHandler.java 100% <100%> (ø) 17 <3> (ø) ⬇️
...e/riposte/server/handler/RequestFilterHandler.java 100% <100%> (ø) 21 <0> (ø) ⬇️
...in/java/com/nike/riposte/server/http/Endpoint.java 100% <100%> (ø) 13 <1> (+1) ⬆️
...a/com/nike/riposte/server/config/ServerConfig.java 95.45% <100%> (+0.1%) 35 <1> (+1) ⬆️
... and 8 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 06a5acf...e2adb68. Read the comment docs.

@nicmunroe nicmunroe force-pushed the feature/compression-and-decompression-support branch from 6331d0d to e2adb68 Compare January 31, 2018 00:57
@nicmunroe nicmunroe merged commit 13fb168 into Nike-Inc:master Feb 6, 2018
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