CU-CloudCollab / cucloud_ruby

The cucloud module is intended to serve as a lightweight wrapper around the AWS SDK that can be used to share common functionality across various AWS utilities and tools that we develop at Cornell.
6 stars 1 forks source link

add RdsUtils #15

Closed paul-e-allen closed 8 years ago

paul-e-allen commented 8 years ago

I've create a RdsUtils class that currently deals mostly with RDS snapshots. The spec tests are minimal because I'm new to that. It should meet rubocop and documentation standards.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-1.5%) to 98.502% when pulling f7b453c51d5fccfcdb2d2c7d8ddb0cc8ef479375 on paul-e-allen:master into 39ac25b436e0913a73eeb89b07171b8354bf116f on CU-CloudCollab:master.

sbower commented 8 years ago

Hey @paul-e-allen take a look at https://coveralls.io/github/CU-CloudCollab/cucloud_ruby which shows test coverage to the library. It will show you which lines are not currently be hit by test. You can run the coverage report locally with:

coveralls report

One you have a 100% coverage we can merge.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e31a3ace08c73aa59908646aef83a46392529af3 on paul-e-allen:master into 39ac25b436e0913a73eeb89b07171b8354bf116f on CU-CloudCollab:master.

sbower commented 8 years ago

looks great