cloudendpoints / endpoints-java

A Java framework for building RESTful APIs on Google App Engine
Apache License 2.0
32 stars 35 forks source link

use web-safe base64 encoding for byte arrays #70

Closed tangiel closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #70 into master will increase coverage by 0.05%. The diff coverage is n/a.

@@             Coverage Diff             @@
##             master     #70      +/-   ##
===========================================
+ Coverage     79.35%   79.4%   +0.05%     
- Complexity     1617    1618       +1     
===========================================
  Files           154     154              
  Lines          5449    5449              
  Branches        702     702              
===========================================
+ Hits           4324    4327       +3     
+ Misses          849     848       -1     
+ Partials        276     274       -2
Impacted Files Coverage Δ Complexity Δ
...va/com/google/api/server/spi/ObjectMapperUtil.java 51.11% <ø> (+4.44%) 4 <0> (ø) :x:
.../server/spi/discovery/CommonPathPrefixBuilder.java 100% <0%> (+5.55%) 9% <0%> (+1%) :white_check_mark:

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 6fab00d...4537782. Read the comment docs.