google / cloud-forensics-utils

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

Add e2e tests for GCP CLI tool #313

Closed giovannt0 closed 3 years ago

giovannt0 commented 3 years ago

As part of addressing #164, starting with GCP. The tests mostly follow what we already have in place for e2e tests, the only difference being that operations are delegated to the CLI tool in place of the forensics module.

codecov-commenter commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #313   +/-   ##
=======================================
  Coverage        ?   64.06%           
=======================================
  Files           ?       33           
  Lines           ?     2368           
  Branches        ?        0           
=======================================
  Hits            ?     1517           
  Misses          ?      851           
  Partials        ?        0           
Flag Coverage Δ
nosetests 64.06% <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 f1d3ee0...37d6c04. Read the comment docs.

Fryyyyy commented 3 years ago

Why are these called *bash ?

giovannt0 commented 3 years ago

@Fryyyyy because I'm dumb and forgot to change the files name (I was initially gonna do some bash stuff hence the name, but changed my mind). Fixed!