rackerlabs / otter

Rackspace Auto Scale
http://www.rackspace.com/cloud/auto-scale/
Other
53 stars 27 forks source link

Common function to read feed entries #1967

Closed manishtomar closed 7 years ago

manishtomar commented 7 years ago

Part of terminator PR.

Common function to read feed entries is implemented in otter.cloud_client.cloudfeeds which is currently being used by clb.get_node_feed and will also be used by terminator to get customer access events.

codecov-io commented 7 years ago

Current coverage is 92.59% (diff: 100%)

Merging #1967 into master will increase coverage by 0.05%

@@             master      #1967   diff @@
==========================================
  Files            84         84          
  Lines          7507       7520    +13   
  Methods           0          0          
  Messages          0          0          
  Branches       1019       1018     -1   
==========================================
+ Hits           6947       6963    +16   
  Misses          463        463          
+ Partials         97         94     -3   

Powered by Codecov. Last update 54ff34b...dc980f4

manishtomar commented 7 years ago

jenkins please run integration tests