cloudendpoints / endpoints-java

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

gracefully fail with unsupported HTTP methods #102

Closed tangiel closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #102 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #102      +/-   ##
============================================
+ Coverage     79.59%   79.61%   +0.01%     
- Complexity     1644     1646       +2     
============================================
  Files           156      156              
  Lines          5529     5534       +5     
  Branches        712      713       +1     
============================================
+ Hits           4401     4406       +5     
  Misses          849      849              
  Partials        279      279
Impacted Files Coverage Δ Complexity Δ
...m/google/api/server/spi/dispatcher/HttpMethod.java 100% <100%> (ø) 2 <1> (+1) :arrow_up:
...ogle/api/server/spi/dispatcher/PathDispatcher.java 100% <100%> (ø) 5 <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 8af49d7...cc47f16. Read the comment docs.