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

Feature limit number of scans #96

Merged
merged 7 commits into from
Oct 25, 2020
Merged

Conversation

epi052
Copy link
Owner

@epi052 epi052 commented Oct 24, 2020

closes #80
closes #77

Branching checklist

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::unnecessary_unwrap
  • 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 Oct 24, 2020

Codecov Report

Merging #96 into master will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #96      +/-   ##
==========================================
+ Coverage   93.64%   93.72%   +0.07%     
==========================================
  Files          11       11              
  Lines        1685     1705      +20     
==========================================
+ Hits         1578     1598      +20     
  Misses        107      107              
Impacted Files Coverage Δ
src/banner.rs 99.63% <100.00%> (+<0.01%) ⬆️
src/config.rs 95.12% <100.00%> (+0.14%) ⬆️
src/parser.rs 100.00% <100.00%> (ø)
src/scanner.rs 91.74% <100.00%> (+0.08%) ⬆️

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 6caa6b8...154d8ae. Read the comment docs.

@epi052 epi052 merged commit 045719b into master Oct 25, 2020
@epi052 epi052 deleted the FEATURE-limit-number-of-scans branch October 25, 2020 10:29
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.

Limit number of recursive scans with a Queue [BUG] Excessive CPU usage
1 participant