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

feat(conserve): add filter by --tag flag on conserve command #31

Closed aramalipoor closed 4 years ago

aramalipoor commented 4 years ago

Closes #6

codecov-commenter commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##            master       #31    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           18        18            
  Lines         1193      1343   +150     
  Branches       210       260    +50     
==========================================
+ Hits          1193      1343   +150     
Impacted Files Coverage Δ
src/storage/local.storage.ts 100.00% <ø> (ø)
src/storage/s3.storage.ts 100.00% <ø> (ø)
src/storage/storage.resolver.ts 100.00% <ø> (ø)
src/tricks/trick.registry.ts 100.00% <ø> (ø)
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%> (ø)
... and 8 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 c7826aa...2ab9e5a. Read the comment docs.