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

Use listr2 + introduce only-summary flag for better output printing #26

Closed aramalipoor closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #26 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #26   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           16        15    -1     
  Lines         1091      1101   +10     
  Branches       183       200   +17     
=========================================
+ Hits          1091      1101   +10     
Impacted Files Coverage Δ
src/base-command.ts 100.00% <100.00%> (ø)
src/commands/conserve.ts 100.00% <100.00%> (ø)
src/commands/restore.ts 100.00% <100.00%> (ø)
...cks/decrease-dynamodb-provisioned-rcu-wcu.trick.ts 100.00% <100.00%> (ø)
...rc/tricks/decrease-kinesis-streams-shards.trick.ts 100.00% <100.00%> (ø)
src/tricks/remove-nat-gateways.trick.ts 100.00% <100.00%> (ø)
src/tricks/scaledown-auto-scaling-groups.trick.ts 100.00% <100.00%> (ø)
src/tricks/shutdown-ec2-instances.trick.ts 100.00% <100.00%> (ø)
.../tricks/snapshot-remove-elasticache-redis.trick.ts 100.00% <100.00%> (ø)
src/tricks/stop-fargate-ecs-services.trick.ts 100.00% <100.00%> (ø)
... and 3 more

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 7994d54...9518246. Read the comment docs.