google / cloud-forensics-utils

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

Add Azure VM capabilities #232

Closed giovannt0 closed 4 years ago

giovannt0 commented 4 years ago

See individual PRs for context and reviews:

codecov-commenter commented 4 years ago

Codecov Report

Merging #232 into master will increase coverage by 1.31%. The diff coverage is 68.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #232      +/-   ##
==========================================
+ Coverage   65.39%   66.70%   +1.31%     
==========================================
  Files          14       23       +9     
  Lines         968     1853     +885     
==========================================
+ Hits          633     1236     +603     
- Misses        335      617     +282     
Flag Coverage Δ
#nosetests 66.70% <68.47%> (+1.31%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
libcloudforensics/providers/aws/forensics.py 55.71% <45.45%> (-14.06%) :arrow_down:
libcloudforensics/providers/gcp/forensics.py 53.62% <48.83%> (-11.38%) :arrow_down:
...cloudforensics/providers/azure/internal/compute.py 50.00% <50.00%> (ø)
...ibcloudforensics/providers/gcp/internal/compute.py 56.78% <52.38%> (-5.58%) :arrow_down:
...cs/providers/gcp/internal/compute_base_resource.py 37.33% <52.94%> (+0.82%) :arrow_up:
libcloudforensics/providers/aws/internal/log.py 73.07% <55.55%> (-4.20%) :arrow_down:
...ibcloudforensics/providers/gcp/internal/project.py 61.90% <66.66%> (-3.81%) :arrow_down:
...ibcloudforensics/providers/aws/internal/account.py 77.87% <70.00%> (-2.73%) :arrow_down:
...cloudforensics/providers/azure/internal/account.py 70.08% <70.08%> (ø)
...bcloudforensics/providers/azure/internal/common.py 72.05% <72.05%> (ø)
... and 23 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 f28f5a6...bc6ecbd. Read the comment docs.

giovannt0 commented 4 years ago

Merging this, as it has already been reviewed (see separate PRs).