log2timeline / l2tscaffolder

Scaffolders for bootstrapping development of open source forensics tools.
http://l2tscaffolder.readthedocs.io/
Apache License 2.0
6 stars 9 forks source link

Added the ability to add entries into init file in alphabetical order #58

Closed kiddinn closed 5 years ago

kiddinn commented 5 years ago

Instead of appending imports into init files, this PR adds the ability to inject import statements into init files so that they are in alphabetical order once they are pushed in.

codecov[bot] commented 5 years ago

Codecov Report

Merging #58 into master will increase coverage by 3.73%. The diff coverage is 97.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage    80.8%   84.53%   +3.73%     
==========================================
  Files          27       27              
  Lines         969      996      +27     
==========================================
+ Hits          783      842      +59     
+ Misses        186      154      -32
Impacted Files Coverage Δ
l2tscaffolder/lib/engine.py 97.1% <100%> (+10.94%) :arrow_up:
l2tscaffolder/scaffolders/timesketch.py 92.59% <100%> (+0.28%) :arrow_up:
l2tscaffolder/scaffolders/interface.py 93.75% <100%> (+0.2%) :arrow_up:
l2tscaffolder/scaffolders/plaso.py 85.71% <100%> (+0.12%) :arrow_up:
l2tscaffolder/lib/file_handler.py 92.06% <94.44%> (+27.61%) :arrow_up:
l2tscaffolder/definitions/plaso.py 88.88% <0%> (+5.55%) :arrow_up:
l2tscaffolder/helpers/cli.py 86.2% <0%> (+44.82%) :arrow_up:

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 19b739f...49ff097. Read the comment docs.