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

refactor: split manager into filter and spawner, rename worker to messenger #56

Merged
merged 11 commits into from
Mar 23, 2024

Conversation

mmta
Copy link
Contributor

@mmta mmta commented Mar 23, 2024

No description provided.

@mmta mmta changed the title refactor: split manager into filter and spawner refactor: split manager into filter and spawner, rename worker to messenger Mar 23, 2024
@mmta mmta enabled auto-merge (squash) March 23, 2024 08:28
Copy link

codecov bot commented Mar 23, 2024

Codecov Report

Attention: Patch coverage is 90.74074% with 50 lines in your changes are missing coverage. Please review.

Project coverage is 95.47%. Comparing base (647382b) to head (634e860).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
- Coverage   95.82%   95.47%   -0.36%     
==========================================
  Files          32       33       +1     
  Lines        6158     5807     -351     
==========================================
- Hits         5901     5544     -357     
- Misses        257      263       +6     
Flag Coverage Δ
unittests 95.47% <90.74%> (-0.36%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
server/src/backlog/manager/storage.rs 96.49% <ø> (ø)
server/src/backlog/mod.rs 97.19% <100.00%> (-0.01%) ⬇️
server/src/bin/dsiem-frontend.rs 82.84% <100.00%> (-0.42%) ⬇️
server/src/filter/cache.rs 88.23% <ø> (ø)
server/src/messenger.rs 94.52% <ø> (ø)
server/src/parser.rs 100.00% <100.00%> (ø)
server/src/rule.rs 99.44% <100.00%> (-0.12%) ⬇️
server/src/watchdog.rs 99.24% <ø> (-0.02%) ⬇️
server/src/bin/dsiem-backend.rs 89.11% <93.47%> (+0.99%) ⬆️
server/src/cmd_utils.rs 91.00% <61.53%> (-4.46%) ⬇️
... and 3 more

... and 17 files with indirect coverage changes

@mmta mmta merged commit 1f3aecd into master Mar 23, 2024
5 checks passed
@mmta mmta deleted the refactor-1 branch March 23, 2024 08:33
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.

1 participant