google / cloud-forensics-utils

Python library to carry out DFIR analysis on the Cloud
Apache License 2.0
459 stars 88 forks source link

Break up CopyEBSSnapshotToS3 #371

Closed ramo-j closed 3 years ago

ramo-j commented 3 years ago

Refactor CopyEBSSnapshotToS3 into 3 methods (SetUp, Process and TearDown) to better allow for parallel processing of snapshots. Also:

Closes #370.

codecov-commenter commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@b985f7c). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #371   +/-   ##
=======================================
  Coverage        ?   59.35%           
=======================================
  Files           ?       36           
  Lines           ?     2977           
  Branches        ?        0           
=======================================
  Hits            ?     1767           
  Misses          ?     1210           
  Partials        ?        0           
Flag Coverage Δ
nosetests 59.35% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out 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 b985f7c...ffe2d94. Read the comment docs.