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

Adding definitions. #23

Closed kiddinn closed 6 years ago

kiddinn commented 6 years ago

Adding project definitions to the scaffolder, along with a definition for plaso.

This can be used to add other projects, eg. timesketh to the scaffolder.

codecov[bot] commented 6 years ago

Codecov Report

Merging #23 into master will decrease coverage by 5.2%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #23      +/-   ##
=========================================
- Coverage   99.61%   94.4%   -5.21%     
=========================================
  Files          45      51       +6     
  Lines        1033    1090      +57     
=========================================
  Hits         1029    1029              
- Misses          4      61      +57
Impacted Files Coverage Δ
plasoscaffolder/definitions/interface.py 0% <0%> (ø)
plasoscaffolder/definitions/__init__.py 0% <0%> (ø)
plasoscaffolder/definitions/plaso.py 0% <0%> (ø)
plasoscaffolder/lib/definitions.py 0% <0%> (ø)
plasoscaffolder/definitions/manager.py 0% <0%> (ø)
plasoscaffolder/lib/__init__.py 0% <0%> (ø)
... and 2 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 ae99aaf...1edd9f2. Read the comment docs.

kiddinn commented 6 years ago

not sure about why codefactor is complaining about files not being part of the project, that is failing due to import issues, for files that are added in this PR.