dmfs / http-client-essentials-suite

A lightweight http-client suite.
Apache License 2.0
11 stars 5 forks source link

Add PrematureBasicAuthStrategy. Implements #108 #110

Closed dmfs closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #110 into master will increase coverage by 0.33%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #110      +/-   ##
============================================
+ Coverage      67.1%   67.43%   +0.33%     
- Complexity      483      488       +5     
============================================
  Files           147      148       +1     
  Lines          1678     1686       +8     
  Branches        112      112              
============================================
+ Hits           1126     1137      +11     
+ Misses          499      496       -3     
  Partials         53       53
Impacted Files Coverage Δ Complexity Δ
...orizing/strategies/PrematureBasicAuthStrategy.java 100% <100%> (ø) 2 <2> (?)
.../authorizing/authorization/BasicAuthorization.java 71.42% <0%> (+7.14%) 5% <0%> (+1%) :arrow_up:
...rizing/authstates/AuthenticatedBasicAuthState.java 100% <0%> (+11.11%) 4% <0%> (+1%) :arrow_up:
...als/executors/authorizing/authscopes/UriScope.java 100% <0%> (+20%) 3% <0%> (+1%) :arrow_up:

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 8fc2fc6...6f736eb. Read the comment docs.