cloudendpoints / endpoints-java

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

append path params to canonical path when necessary #77

Closed tangiel closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #77 into master will increase coverage by 0.1%. The diff coverage is 100%.

@@             Coverage Diff             @@
##             master      #77     +/-   ##
===========================================
+ Coverage     79.36%   79.47%   +0.1%     
- Complexity     1617     1624      +7     
===========================================
  Files           154      154             
  Lines          5447     5475     +28     
  Branches        701      709      +8     
===========================================
+ Hits           4323     4351     +28     
+ Misses          849      844      -5     
- Partials        275      280      +5
Impacted Files Coverage Δ Complexity Δ
...e/api/server/spi/config/model/ApiMethodConfig.java 87.57% <100%> (+0.14%) 68 <0> (+1) :white_check_mark:
...va/com/google/api/server/spi/ObjectMapperUtil.java 66.19% <0%> (+19.53%) 10% <0%> (+6%) :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 d58ca55...80c3e6e. Read the comment docs.