aramalipoor / aws-cost-saver

A tiny CLI tool to help save costs in development environments when you're asleep and don't need them!
MIT License
305 stars 9 forks source link

Add stop-rds-database-clusters trick #22

Closed aramalipoor closed 4 years ago

aramalipoor commented 4 years ago

Closes #19

codecov-commenter commented 4 years ago

Codecov Report

Merging #22 into master will increase coverage by 1.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #22      +/-   ##
===========================================
+ Coverage   98.99%   100.00%   +1.00%     
===========================================
  Files          13        14       +1     
  Lines         896       975      +79     
  Branches      164       173       +9     
===========================================
+ Hits          887       975      +88     
+ Misses          7         0       -7     
+ Partials        2         0       -2     
Impacted Files Coverage Δ
src/commands/conserve.ts 100.00% <100.00%> (ø)
.../tricks/snapshot-remove-elasticache-redis.trick.ts 100.00% <100.00%> (+5.76%) :arrow_up:
src/tricks/stop-rds-database-clusters.trick.ts 100.00% <100.00%> (ø)
src/tricks/stop-rds-database-instances.trick.ts 100.00% <100.00%> (ø)
src/tricks/trick-registry.ts 100.00% <100.00%> (ø)

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 5fa3b11...dee24bb. Read the comment docs.