cloudendpoints / endpoints-java

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

Add method-level description in @ApiMethod #14

Closed clementdenis closed 8 years ago

codecov-io commented 8 years ago

Current coverage is 79.21% (diff: 90.00%)

Merging #14 into master will decrease coverage by 1.20%

@@             master        #14   diff @@
==========================================
  Files           155        155          
  Lines          4999       5118   +119   
  Methods           0          0          
  Messages          0          0          
  Branches        839        845     +6   
==========================================
+ Hits           4020       4054    +34   
- Misses          716        799    +83   
- Partials        263        265     +2   

Powered by Codecov. Last update 2f0f672...7c4a25d

clementdenis commented 8 years ago

Done, added for #15 as well.