mgerst / flag-slurper

A red team utility for Cyber Defense Competitions.
https://flag-slurper.rtfd.io
MIT License
3 stars 2 forks source link

Feature/72 serialize project config singleton #73

Closed mgerst closed 4 years ago

mgerst commented 4 years ago

This PR should make the Project and Config singletons available inside parallel autopwn.

Closes #72

codecov[bot] commented 4 years ago

Codecov Report

Merging #73 into master will decrease coverage by 0.71%. The diff coverage is 89.8%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
- Coverage   75.54%   74.82%   -0.72%     
==========================================
  Files          22       26       +4     
  Lines        1435     1470      +35     
==========================================
+ Hits         1084     1100      +16     
- Misses        351      370      +19
Impacted Files Coverage Δ
flag_slurper/config.py 100% <ø> (ø) :arrow_up:
flag_slurper/cli.py 97.75% <100%> (ø) :arrow_up:
flag_slurper/project.py 100% <100%> (ø) :arrow_up:
flag_slurper/notes.py 95.65% <100%> (ø) :arrow_up:
flag_slurper/services.py 52.5% <100%> (ø) :arrow_up:
flag_slurper/conf/config.py 100% <100%> (ø)
flag_slurper/utils.py 91.66% <100%> (ø) :arrow_up:
flag_slurper/teams.py 36.95% <100%> (ø) :arrow_up:
flag_slurper/dns.py 88.46% <100%> (ø) :arrow_up:
flag_slurper/conf/__init__.py 100% <100%> (ø)
... and 10 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 847b6cd...44b6a5d. Read the comment docs.