Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add --parallel option #222

Merged
merged 13 commits into from
Feb 18, 2021
Merged

add --parallel option #222

merged 13 commits into from
Feb 18, 2021

Conversation

epi052
Copy link
Owner

@epi052 epi052 commented Feb 18, 2021

closes #213

Branching checklist

  • There is an issue associated with your PR (bug, feature, etc.. if not, create one)
  • Your PR description references the associated issue (i.e. fixes #123456)
  • Code is in its own branch
  • Branch name is related to the PR contents
  • PR targets master

Static analysis checks

  • All rust files are formatted using cargo fmt
  • All clippy checks pass when running cargo clippy --all-targets --all-features -- -D warnings -A clippy::deref_addrof -A clippy::mutex-atomic
  • All existing tests pass

Documentation

  • New code is documented using doc comments
  • Documentation about your PR is included in the README, as needed

Additional Tests

  • New code is unit tested
  • New code is integration tested, as needed
  • New tests pass

@codecov
Copy link

codecov bot commented Feb 18, 2021

Codecov Report

Merging #222 (fc35bb6) into main (9e0118f) will increase coverage by 0.03%.
The diff coverage is 97.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #222      +/-   ##
==========================================
+ Coverage   95.01%   95.05%   +0.03%     
==========================================
  Files          58       58              
  Lines        5763     5805      +42     
==========================================
+ Hits         5476     5518      +42     
  Misses        287      287              
Impacted Files Coverage Δ
src/scan_manager/tests.rs 97.15% <ø> (ø)
src/banner/container.rs 99.57% <75.00%> (-0.43%) ⬇️
src/config/container.rs 97.96% <100.00%> (+0.01%) ⬆️
src/config/tests.rs 99.57% <100.00%> (+<0.01%) ⬆️
src/main.rs 95.31% <100.00%> (+0.86%) ⬆️
src/parser.rs 100.00% <100.00%> (ø)
src/filters/init.rs 97.72% <0.00%> (+2.27%) ⬆️

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 9e0118f...4ee1439. Read the comment docs.

@epi052 epi052 merged commit 030b588 into main Feb 18, 2021
@epi052 epi052 deleted the 213-add-parallel-option branch February 18, 2021 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE REQUEST] add parallel option; one process per url
1 participant