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

123 auto tune or bail #221

Merged
merged 44 commits into from
Feb 18, 2021
Merged

123 auto tune or bail #221

merged 44 commits into from
Feb 18, 2021

Conversation

epi052
Copy link
Owner

@epi052 epi052 commented Feb 17, 2021

closes #200
closes #123

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
  • 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 17, 2021

Codecov Report

Merging #221 (9d72109) into main (cd08528) will increase coverage by 0.78%.
The diff coverage is 97.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #221      +/-   ##
==========================================
+ Coverage   94.23%   95.01%   +0.78%     
==========================================
  Files          52       58       +6     
  Lines        4753     5763    +1010     
==========================================
+ Hits         4479     5476     +997     
- Misses        274      287      +13     
Impacted Files Coverage Δ
src/event_handlers/command.rs 0.00% <0.00%> (ø)
src/lib.rs 100.00% <ø> (ø)
src/main.rs 94.44% <ø> (ø)
src/statistics/error.rs 0.00% <ø> (ø)
src/scan_manager/scan_container.rs 77.44% <75.60%> (+0.56%) ⬆️
src/scanner/ferox_scanner.rs 84.41% <84.41%> (ø)
src/scanner/tests.rs 91.66% <91.66%> (ø)
src/scanner/init.rs 93.33% <93.33%> (ø)
src/utils.rs 89.34% <94.11%> (+0.53%) ⬆️
src/scanner/requester.rs 98.56% <98.56%> (ø)
... and 30 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 cd08528...3325af2. Read the comment docs.

@epi052 epi052 merged commit 9e0118f into main Feb 18, 2021
@epi052 epi052 deleted the 123-auto-tune-or-bail branch February 18, 2021 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant