cloudendpoints / endpoints-java

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

fix get-client-lib action #33

Closed tangiel closed 7 years ago

tangiel commented 7 years ago

The local discovery refactor broke this command by passing the path to the discovery doc in, rather than the doc itself. This fixes that and removes the unnecessary generation of the legacy API config.

codecov-io commented 7 years ago

Current coverage is 79.29% (diff: 0.00%)

Merging #33 into master will increase coverage by 0.02%

@@             master        #33   diff @@
==========================================
  Files           159        159          
  Lines          5619       5617     -2   
  Methods           0          0          
  Messages          0          0          
  Branches        943        943          
==========================================
  Hits           4454       4454          
+ Misses          883        881     -2   
  Partials        282        282          

Powered by Codecov. Last update 38d5cff...8819cc3