Closed tangiel closed 6 years ago
Merging #117 into master will increase coverage by
0.02%
. The diff coverage is75%
.
@@ Coverage Diff @@
## master #117 +/- ##
===========================================
+ Coverage 79.68% 79.7% +0.02%
- Complexity 1643 1646 +3
===========================================
Files 156 156
Lines 5523 5529 +6
Branches 706 708 +2
===========================================
+ Hits 4401 4407 +6
+ Misses 846 844 -2
- Partials 276 278 +2
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...ver/spi/request/RestServletRequestParamReader.java | 92.59% <100%> (ø) |
21 <3> (ø) |
:arrow_down: |
.../server/spi/request/ServletRequestParamReader.java | 84% <71.42%> (-0.88%) |
24 <0> (+2) |
|
...api/server/spi/response/UnauthorizedException.java | 50% <0%> (+4%) |
7% <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 058d3ad...86a7e73. Read the comment docs.
It is currently not easy to support all AuthLevel modes, but REQUIRED is likely to be the the most used and easy to implement, so support is added here.