google / cloud-forensics-utils

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

Renaming "example" directory to "tools" #227

Closed rgayon closed 4 years ago

rgayon commented 4 years ago

Also renaming the installed client to 'cloudforensics' to make usage less confusing. Adding extra documentation to showcase the CLI client as well

Closes #226

codecov-commenter commented 4 years ago

Codecov Report

Merging #227 into master will increase coverage by 2.66%. The diff coverage is 71.07%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #227      +/-   ##
==========================================
+ Coverage   65.39%   68.05%   +2.66%     
==========================================
  Files          14       23       +9     
  Lines         968     1747     +779     
==========================================
+ Hits          633     1189     +556     
- Misses        335      558     +223     
Flag Coverage Δ
#nosetests 68.05% <71.07%> (+2.66%) :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:
...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:
...cloudforensics/providers/azure/internal/compute.py 55.68% <55.68%> (ø)
...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:
...bcloudforensics/providers/azure/internal/common.py 72.05% <72.05%> (ø)
libcloudforensics/providers/gcp/internal/gke.py 73.68% <73.68%> (ø)
... 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 e8fb652...9704e86. Read the comment docs.

giovannt0 commented 4 years ago

@rgayon some conflicts to resolve before we can merge this